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