import type { DateTimeInputProps } from '../types.js'; /** * Hook that provides a regex to match the start of a date for the current locale. */ export declare const useDateTimeParser: ({ precision, type, }: Pick) => { maxValue: number; regexDateTimeStart: RegExp; types: (keyof Intl.DateTimeFormatPartTypesRegistry)[]; };