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