/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./localization/datepicker-custom-messages.component"; import * as i2 from "./datepicker.component"; import * as i3 from "../calendar/templates/cell-template.directive"; import * as i4 from "../calendar/templates/century-cell-template.directive"; import * as i5 from "../calendar/templates/decade-cell-template.directive"; import * as i6 from "../calendar/templates/footer-template.directive"; import * as i7 from "../calendar/templates/header-template.directive"; import * as i8 from "../calendar/templates/header-title-template.directive"; import * as i9 from "../calendar/templates/month-cell-template.directive"; import * as i10 from "../calendar/templates/navigation-item-template.directive"; import * as i11 from "../calendar/templates/weeknumber-cell-template.directive"; import * as i12 from "../calendar/templates/year-cell-template.directive"; import * as i13 from "@progress/kendo-angular-common"; /** * Required for adding all DatePicker features in [NgModule-based](link:site.data.urls.angular['ngmoduleapi']) Angular applications. * * @example * ```typescript * import { DatePickerModule } from '@progress/kendo-angular-dateinputs'; * * @NgModule({ * imports: [DatePickerModule] * }) * export class AppModule { } * ``` */ export declare class DatePickerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }