import { NgbInputDatepickerConfig, NgbTypeaheadConfig } from '@ng-bootstrap/ng-bootstrap'; export declare const NG_BOOTSTRAP_CONFIG_PROVIDERS: { provide: import("@angular/core").InjectionToken void | import("rxjs").Observable | Promise)[]>; useFactory: typeof configureNgBootstrap; deps: (typeof NgbInputDatepickerConfig | typeof NgbTypeaheadConfig)[]; multi: boolean; }[]; export declare function configureNgBootstrap(datepicker: NgbInputDatepickerConfig, typeahead: NgbTypeaheadConfig): () => void;