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