export declare const BRUSH_SIZE_PRESETS: {
    readonly small: 2;
    readonly medium: 5;
    readonly big: 10;
};
export declare const MOSAIC_BRUSH_SIZE_PRESETS: {
    readonly small: 10;
    readonly medium: 20;
    readonly big: 40;
};
