import * as THREE from 'three'; import { NgtInstance, NgtInstanceState } from '../abstracts/instance'; import type { AnyConstructor } from '../types'; import * as i0 from "@angular/core"; export declare abstract class NgtCommonAttribute extends NgtInstance> { abstract get attributeType(): AnyConstructor; set args(v: ConstructorParameters>); ngOnInit(): void; private readonly init; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, never, never, { "args": "args"; }, {}, never, never, false>; } export declare const provideNgtCommonAttribute: (sub: import("../types").AnyCtor) => any[];