import { IconProps } from "./_types"; declare const SearchIcon: ({ size, color, ...other }: IconProps) => import("react/jsx-runtime").JSX.Element; export default SearchIcon;