import { AnyConstructor, NgtCommonHelper, NumberInput } from '@angular-three/core'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare class NgtPolarGridHelper extends NgtCommonHelper { static ngAcceptInputType_args: ConstructorParameters | undefined; set radius(radius: NumberInput); set radials(radials: NumberInput); set circles(circles: NumberInput); set divisions(divisions: NumberInput); set color1(color1: THREE.ColorRepresentation); set color2(color2: THREE.ColorRepresentation); get helperType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtPolarGridHelperModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }