import { AnyConstructor, NumberInput } from '@angular-three/core'; import { NgtCommonEffect } from '@angular-three/postprocessing'; import { BlendFunction, BloomEffect, KernelSize } from 'postprocessing'; import * as i0 from "@angular/core"; export declare class NgtBloomEffect extends NgtCommonEffect { get effectType(): AnyConstructor; set luminanceThreshold(luminanceThreshold: NumberInput); set luminanceSmoothing(luminanceSmoothing: NumberInput); set intensity(intensity: NumberInput); set resolutionScale(resolutionScale: NumberInput); set resolutionX(resolutionX: NumberInput); set resolutionY(resolutionY: NumberInput); set width(width: NumberInput); set height(height: NumberInput); set kernelSize(kernelSize: KernelSize); protected get defaultBlendMode(): BlendFunction; protected get effectOptionsFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtBloomEffectModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }