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