import { AnyConstructor, NgtCommonTexture, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtData3DTexture extends NgtCommonTexture { get textureType(): AnyConstructor; static ngAcceptInputType_args: ConstructorParameters | undefined; set data(data: BufferSource); set width(width: NumberInput); set height(height: NumberInput); set depth(depth: NumberInput); protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtData3DTextureModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }