import { FabricObject } from '../utils';
export type CubeObject = FabricObject;
declare const Cube: any;
export default Cube;
