import { Mesh } from 'three'; import { IDisposable } from 'ts-browser-helpers'; import { IMaterial, ITexture, IWebGLRenderer } from '../../core'; export declare class MaterialPreviewGenerator implements IDisposable { private _scene; private _channel; private _lights; constructor(); dispose(): void; shapes: Record; generate(material: IMaterial, renderer: IWebGLRenderer, environment?: ITexture | null, shape?: string): string; } //# sourceMappingURL=../../src/three/utils/MaterialPreviewGenerator.d.ts.map