import type { TimeErrorKey } from './shared.types.js'; /** * Default time-validation error messages, shared across time-input components * (`DateTimePicker`, `DateTimeRangePicker`, `TimeframeSelector`). Consumers that * only need a subset build their own message map by omitting the keys that * don't apply to them (see `TIMEFRAMESELECTOR_ERROR_MESSAGES`). * @internal */ export declare const TIME_ERROR_MESSAGES: Record; //# sourceMappingURL=timeErrorMessages.d.ts.map