import { AfterContentInit, EventEmitter, OnDestroy } from '@angular/core'; import { NgModel } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class NgModelChangeDebouncedDirective implements OnDestroy, AfterContentInit { private ngModel; ngModelDebounceTime: number; ngModelChangeDebounced: EventEmitter; private subs; constructor(ngModel: NgModel); ngAfterContentInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }