import { AnyConstructor, NgtCommonMaterial, BooleanInput, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtMeshToonMaterial extends NgtCommonMaterial { set color(color: THREE.ColorRepresentation); set opacity(opacity: NumberInput); set gradientMap(gradientMap: THREE.Texture | null); set map(map: THREE.Texture | null); set lightMap(lightMap: THREE.Texture | null); set lightMapIntensity(lightMapIntensity: NumberInput); set aoMap(aoMap: THREE.Texture | null); set aoMapIntensity(aoMapIntensity: NumberInput); set emissive(emissive: THREE.ColorRepresentation); set emissiveIntensity(emissiveIntensity: NumberInput); set emissiveMap(emissiveMap: THREE.Texture | null); 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 alphaMap(alphaMap: THREE.Texture | null); set wireframe(wireframe: BooleanInput); set wireframeLinewidth(wireframeLinewidth: NumberInput); set wireframeLinecap(wireframeLinecap: string); set wireframeLinejoin(wireframeLinejoin: string); set fog(fog: BooleanInput); get materialType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtMeshToonMaterialModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }