import { ColorRepresentation, Object3D, SpotLight } from 'three';
import { LineSegments2 } from 'three/examples/jsm/lines/LineSegments2.js';
import { ALightHelperWidget } from './ALightHelperWidget';
import { IUiConfigContainer } from 'uiconfig.js';
import { LineMaterial2 } from '../../core';
export declare class SpotLightHelper2 extends ALightHelperWidget {
    color: ColorRepresentation | undefined;
    cone: LineSegments2;
    light: (SpotLight & IUiConfigContainer) | undefined;
    material: LineMaterial2;
    lineWidth: number;
    constructor(light: SpotLight, size?: number, color?: ColorRepresentation);
    dispose(): void;
    private _v1;
    update(): void;
    static Check(light: Object3D): true;
    static Create(light: Object3D): SpotLightHelper2;
}
//# sourceMappingURL=SpotLightHelper2.d.ts.map