import type { DateAdapter } from './types'; /** * Built-in DateAdapter backed by the native Intl API. * Supports basic format/parse operations suitable for the native pickers. */ export declare const IntlDateAdapter: DateAdapter; //# sourceMappingURL=IntlDateAdapter.d.ts.map