import { GeneralSize } from '@mezzanine-ui/system/size'; export type CropperSize = GeneralSize; export declare const cropperPrefix = "mzn-cropper"; export declare const cropperClasses: { host: string; size: (size: CropperSize) => string; element: string; content: string; controls: string; tag: string; };