import { AreaSizeRestrictions, CoreSettings, CropperState, ImageRestriction } from "../types/index";
declare function defaultAreaSizeRestrictions(state: CropperState, settings: CoreSettings & {
    imageRestriction?: ImageRestriction;
}): AreaSizeRestrictions;
export { defaultAreaSizeRestrictions };
