import { IconProps } from '../types'; import React from 'react'; declare const SearchIcon: React.FC; export default SearchIcon;