import { default as React } from 'react';
import { IconStyles } from './types';
interface SearchIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const SearchIcon: React.FC<SearchIconProps>;
export default SearchIcon;
//# sourceMappingURL=Search.d.ts.map