import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface SearchIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function SearchIcon({ size, color, style, className, ...props }: SearchIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SearchIcon.d.ts.map