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