import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function RobotIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { RobotIcon, RobotIcon as default };
//# sourceMappingURL=Robot.d.ts.map