import { AnyConstructor, NgtCommonMaterial, BooleanInput, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtMeshBasicMaterial extends NgtCommonMaterial { set color(color: THREE.ColorRepresentation); set opacity(opacity: NumberInput); 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 specularMap(specularMap: THREE.Texture | null); set alphaMap(alphaMap: THREE.Texture | null); set fog(fog: BooleanInput); set envMap(envMap: THREE.Texture | null); set combine(combine: THREE.Combine); set reflectivity(reflectivity: NumberInput); set refractionRatio(refractionRatio: NumberInput); set wireframe(wireframe: BooleanInput); set wireframeLinewidth(wireframeLinewidth: NumberInput); set wireframeLinecap(wireframeLinecap: string); set wireframeLinejoin(wireframeLinejoin: string); get materialType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtMeshBasicMaterialModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }