export declare class CropperDrawSettings { lineDash: boolean; strokeWidth: number; strokeColor: string; fillColor: string; dragIconStrokeWidth: number; dragIconStrokeColor: string; dragIconFillColor: string; backgroundFillColor: string; constructor(settings?: any); } //# sourceMappingURL=cropper-draw-settings.d.ts.map