import * as React from 'react'; declare function Robot(props: React.SVGProps): React.JSX.Element; export default Robot;