import { Entity, EntityConstructorPropsWithoutSrc } from '../../Entity.js';
export declare class Cube extends Entity {
    constructor(props?: EntityConstructorPropsWithoutSrc);
}
