export declare class CropperDrawSettings {
    lineDash: boolean;
    strokeWidth: number;
    strokeColor: string;
    dragIconStrokeWidth: number;
    dragIconStrokeColor: string;
    dragIconFillColor: string;
    constructor(settings?: any);
}
