import { Group2, IMaterial, IObject3D, IWidget } from '../../core';
export declare class SelectionWidget extends Group2 implements IWidget {
    isWidget: true;
    assetType: "widget";
    private _object;
    boundingScaleMultiplier: number;
    lineMaterial?: IMaterial;
    protected _updater(): void;
    constructor();
    setVisible(v: boolean): void;
    attach(object: IObject3D): this;
    detach(): this;
    get object(): IObject3D | null;
}
//# sourceMappingURL=../../src/three/widgets/SelectionWidget.d.ts.map