import type { DisplayObjectConfig } from '@antv/g-lite'; import type { LightProps, RenderInstUniform } from '@antv/g-plugin-device-renderer'; import { Light } from '@antv/g-plugin-device-renderer'; export type AmbientLightProps = LightProps; export declare class AmbientLight extends Light { define: string; order: number; constructor({ style, ...rest }?: DisplayObjectConfig); uploadUBO(uniforms: RenderInstUniform[], index: number): void; } //# sourceMappingURL=AmbientLight.d.ts.map