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