import { SVGRProps } from '../types'; declare const Search: ({ title, ...props }: SVGRProps) => import("react/jsx-runtime").JSX.Element; export default Search;