export declare const INITIAL_CROP_AREA_OFFSET: number; export declare const MIN_SEARCH_AREA_SIZE = 82; export declare const MIN_IMAGE_SIDE_FOR_CROPPER = 90; export declare const SUPPORTED_ASPECT_RATIO = 0.1; export declare const DEFAULT_IMAGE_SIZE = 288; /** * The crop thumbnail is shown at 24px with object-fit: cover, so a non-square crop is scaled * by its shorter side — the cap has to leave that side room on dense screens. */ export declare const CROP_THUMBNAIL_SIZE = 256; export declare const CROP_THUMBNAIL_QUALITY = 0.8; export declare const CROP_THUMBNAIL_FILL_COLOR = "#fff"; export declare const cropperOptions: Cropper.Options;