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