import * as i0 from "@angular/core";
import * as i1 from "./datepicker";
import * as i2 from "./datepicker-input";
export { NgbDatepicker, NgbDatepickerContent, NgbDatepickerNavigateEvent, NgbDatepickerState } from './datepicker';
export { NgbInputDatepicker } from './datepicker-input';
export { NgbCalendar, NgbPeriod, NgbCalendarGregorian } from './ngb-calendar';
export { NgbCalendarIslamicCivil } from './hijri/ngb-calendar-islamic-civil';
export { NgbCalendarIslamicUmalqura } from './hijri/ngb-calendar-islamic-umalqura';
export { NgbCalendarPersian } from './jalali/ngb-calendar-persian';
export { NgbCalendarHebrew } from './hebrew/ngb-calendar-hebrew';
export { NgbDatepickerI18nHebrew } from './hebrew/datepicker-i18n-hebrew';
export { NgbCalendarBuddhist } from './buddhist/ngb-calendar-buddhist';
export { NgbCalendarEthiopian } from './ethiopian/ngb-calendar-ethiopian';
export { NgbDatepickerI18nAmharic } from './ethiopian/datepicker-i18n-amharic';
export { NgbDatepickerMonth } from './datepicker';
export { NgbDatepickerDayView } from './datepicker-day-view';
export { NgbDatepickerNavigation } from './datepicker-navigation';
export { NgbDatepickerNavigationSelect } from './datepicker-navigation-select';
export { NgbDatepickerConfig } from './datepicker-config';
export { NgbInputDatepickerConfig } from './datepicker-input-config';
export { NgbDatepickerI18n, NgbDatepickerI18nDefault } from './datepicker-i18n';
export { NgbDateStruct } from './ngb-date-struct';
export { NgbDate } from './ngb-date';
export { NgbDateAdapter, NgbDateStructAdapter } from './adapters/ngb-date-adapter';
export { NgbDateNativeAdapter } from './adapters/ngb-date-native-adapter';
export { NgbDateNativeUTCAdapter } from './adapters/ngb-date-native-utc-adapter';
export { NgbDateParserFormatter } from './ngb-date-parser-formatter';
export { NgbDatepickerKeyboardService } from './datepicker-keyboard-service';
export declare class NgbDatepickerModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<NgbDatepickerModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgbDatepickerModule, never, [typeof i1.NgbDatepicker, typeof i1.NgbDatepickerContent, typeof i2.NgbInputDatepicker, typeof i1.NgbDatepickerMonth], [typeof i1.NgbDatepicker, typeof i1.NgbDatepickerContent, typeof i2.NgbInputDatepicker, typeof i1.NgbDatepickerMonth]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgbDatepickerModule>;
}
