import RobotItem from './robot-item';
export type { RobotItemProps } from './robot-item';
export default RobotItem;
