import { AnyConstructor, NgtCommonMesh, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtInstancedMesh extends NgtCommonMesh { set count(count: NumberInput); get meshType(): AnyConstructor; protected postPrepare(instancedMesh: THREE.InstancedMesh): void; protected get optionFields(): Record; protected get argsKeys(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtInstancedMeshModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }