import { AnyConstructor, BooleanInput, NumberInput } from '@angular-three/core'; import { NgtCommonEffect } from '@angular-three/postprocessing'; import { VignetteEffect, VignetteTechnique } from 'postprocessing'; import * as i0 from "@angular/core"; export declare class NgtVignetteEffect extends NgtCommonEffect { get effectType(): AnyConstructor; set technique(technique: VignetteTechnique); set eskil(eskil: BooleanInput); set offset(offset: NumberInput); set darkness(darkness: NumberInput); protected get effectOptionsFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtVignetteEffectModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }