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