export class WebGLLights {

	constructor( gl: WebGLRenderingContext, properties: any, info: any );

	get( light: any ): any;

}
