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