import { BrushScaleDescription } from "./BrushScaleDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CustomPaletteBrushScaleDescription extends BrushScaleDescription { static $t: Type; protected get_type(): string; constructor(); private p; get brushSelectionMode(): string; set brushSelectionMode(a: string); }