import { AnyConstructor, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import { NgtLineBasicMaterial } from '../line-basic-material/line-basic-material'; import * as i0 from "@angular/core"; export declare class NgtLineDashedMaterial extends NgtLineBasicMaterial { set scale(scale: NumberInput); set dashSize(dashSize: NumberInput); set gapSize(gapSize: NumberInput); get materialType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtLineDashedMaterialModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }