import { AnyConstructor, NgtCommonMaterial, BooleanInput, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtMeshNormalMaterial extends NgtCommonMaterial { set bumpMap(bumpMap: THREE.Texture | null); set bumpScale(bumpScale: NumberInput); set normalMap(normalMap: THREE.Texture | null); set normalMapType(normalMapType: THREE.NormalMapTypes); set normalScale(normalScale: THREE.Vector2); set displacementMap(displacementMap: THREE.Texture | null); set displacementScale(displacementScale: NumberInput); set displacementBias(displacementBias: NumberInput); set wireframe(wireframe: BooleanInput); set wireframeLinewidth(wireframeLinewidth: NumberInput); set flatShading(flatShading: BooleanInput); get materialType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtMeshNormalMaterialModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }