import { AnyConstructor, BooleanInput } from '@angular-three/core'; import { NgtCommonEffect } from '@angular-three/postprocessing'; import { DepthEffect } from 'postprocessing'; import * as i0 from "@angular/core"; export declare class NgtDepthEffect extends NgtCommonEffect { get effectType(): AnyConstructor; set inverted(inverted: BooleanInput); protected get effectOptionsFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtDepthEffectModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }