import type { IconProps } from '../types/index'; declare function SvgSearch(iconProps: IconProps): JSX.Element; declare namespace SvgSearch { var displayName: string; } export default SvgSearch;