import React from 'react';
import IconProps from '../types/icon-type';
declare const SearchIcon: React.FC<IconProps>;
export default SearchIcon;
