import { Object3D } from 'three';
export declare class IObject3D extends Object3D {
    constructor();
    add(...objects: Object3D[]): this;
    remove(...objects: Object3D[]): this;
    removeFromParent(): this;
}
