import { t as UseDateTime } from "./use-datetime.types-D_O0j0XG.js"; //#region src/react/use-datetime/use-datetime.d.ts /** * Composes `useCalendar` (single mode) and `useTimePicker` into a unified * datetime picker hook. Selecting a date preserves the current time, and * changing the time preserves the current date. */ declare function useDateTime(config: UseDateTime.IUseDateTimeConfig): UseDateTime.IUseDateTimeReturn; //#endregion export { useDateTime as t };