declare const defaultProps: { fill: string; width: number; height: number; }; declare const SvgSearch: { ({ fill, width, height }: typeof defaultProps): JSX.Element; defaultProps: { fill: string; width: number; height: number; }; }; export default SvgSearch;