import { IconProps } from '../lib';
declare function Robot(props: IconProps): JSX.Element;
export default Robot;
