import * as i0 from '@angular/core'; declare class RippleDirective { /** 波纹颜色 */ ncColor: i0.InputSignal; /** 动画时长,单位ms */ ncDuration: i0.InputSignalWithTransform; private readonly destroyRef; private readonly document; private readonly el; private readonly isBrowser; private readonly renderer; private readonly timeoutIds; private rippleContainer; constructor(); onClick(event: MouseEvent): void; private ensureRippleContainer; private removeRippleContainer; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NcRippleModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NcRippleModule, RippleDirective };