import * as React from 'react'; import { SVGProps } from 'react'; declare const Search2: (props: SVGProps) => React.JSX.Element; export default Search2;