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