import { CalendarDate, CalendarDateTime, Time, ZonedDateTime } from "@internationalized/date"; export { CalendarDate, CalendarDateTime, fromAbsolute, getLocalTimeZone, Time, ZonedDateTime } from "@internationalized/date"; export type ParseMode = typeof ZonedDateTime | typeof CalendarDate | typeof CalendarDateTime | typeof Time; export type TimeMode = Exclude; export type DateMode = Exclude; export declare function parseTime(ms: number, type?: T): InstanceType;