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