/// export declare const SearchIcon: ({ width, height, color }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; }) => JSX.Element;