import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./debounce-change.directive";
import * as i2 from "@angular/common";
export declare class DebounceChangeModule {
    static defaultDebounceTime(value: number): ModuleWithProviders<DebounceChangeModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<DebounceChangeModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DebounceChangeModule, [typeof i1.DebounceChangeDirective], [typeof i2.CommonModule], [typeof i1.DebounceChangeDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DebounceChangeModule>;
}
//# sourceMappingURL=debounce-change.module.d.ts.map