/// export interface IconBrushSharpProps { size?: string; style?: React.CSSProperties; } export declare const IconBrushSharp: React.FC;