import * as i0 from "@angular/core";
import * as i1 from "../forms/forms.module";
import * as i2 from "@angular/common";
import * as i3 from "@angular/forms";
import * as i4 from "@angular/cdk/a11y";
import * as i5 from "ngx-bootstrap/dropdown";
import * as i6 from "ngx-bootstrap/datepicker";
import * as i7 from "../common/common.module";
import * as i8 from "./date-picker.component";
/**
 * The angular module definition for a date picker - it allows you to pick either one date or a range of two.
 * @exports DatePickerComponent
 */
export declare class DatePickerModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, never, [typeof i1.FormsModule, typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.A11yModule, typeof i3.ReactiveFormsModule, typeof i5.BsDropdownModule, typeof i6.BsDatepickerModule, typeof i7.CommonModule, typeof i8.DatePickerComponent], [typeof i8.DatePickerComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
}
//# sourceMappingURL=date-picker.module.d.ts.map