/**
 * Import this module to supply your own `DateAdapter` provider.
 * @internal
 **/
export declare class DlDateTimeCoreModule {
}
/**
 * Import this module to store `milliseconds` in the model.
 * @internal
 */
export declare class DlDateTimeNumberModule {
}
/**
 * Import this module to store a native JavaScript `Date` in the model.
 * @internal
 */
export declare class DlDateTimeDateModule {
}
/**
 * Import this module to store a `moment` in the model.
 * @internal
 */
export declare class DlDateTimeMomentModule {
}
/**
 * Import this module to store a `string` in the model.
 * @internal
 */
export declare class DlDateTimeStringModule {
}
