export declare const CROP_TYPE: { CUSTOM: string; AUTO: string; }; export declare const defaultAlignOption: { points: string[]; offset: number[]; overflow: { adjustX: boolean; adjustY: boolean; }; };