import React, { type ComponentPropsWithoutRef } from 'react'; interface SearchIconProps extends ComponentPropsWithoutRef<'svg'> { fill?: string; width?: number; height?: number; } declare const _default: React.NamedExoticComponent>; export default _default;