import { PixelFormat } from '../../thirdparty/three/imports'; import { Texture3D } from './Texture3D'; export declare class FramebufferTexture3D extends Texture3D { constructor(width: number, height: number, format: PixelFormat); } //# sourceMappingURL=FramebufferTexture3D.d.ts.map