import { AnyConstructor, BooleanInput, NgtVector2, NumberInput } from '@angular-three/core'; import { NgtShaderMaterial } from '@angular-three/core/materials'; import * as THREE from 'three'; import { LineMaterial } from 'three-stdlib'; import * as i0 from "@angular/core"; export declare class NgtSobaLineMaterial extends NgtShaderMaterial { set dashed(dashed: BooleanInput); set dashOffset(dashOffset: NumberInput); set dashScale(dashScale: NumberInput); set dashSize(dashSize: NumberInput); set gapSize(gapSize: NumberInput); set resolution(resolution: NgtVector2); set color(color: THREE.ColorRepresentation); get materialType(): AnyConstructor; protected postInit(): void; private readonly setDashedParams$; private readonly setDashed; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaLineMaterialModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }