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