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