import { ImageCube, ImageSampler } from '@awayjs/stage'; import { LightBase } from './LightBase'; export declare class LightProbe extends LightBase { static assetType: string; diffuseMap: ImageCube; diffuseSampler: ImageSampler; specularMap: ImageCube; specularSampler: ImageSampler; get assetType(): string; constructor(diffuseMap: ImageCube, specularMap?: ImageCube); } //# sourceMappingURL=LightProbe.d.ts.map