import { SvgIconProps } from '@mui/material/SvgIcon'; declare const Search: ({ color, ...otherProps }: SvgIconProps) => import("react/jsx-runtime").JSX.Element; export default Search;