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