import type { DateTimeFormats } from '../../locales/types'; export declare const useLocale: () => import("../../locales/types").LocaleValues; export declare const useDateTimeFormat: () => { localizeDateTime: (key: keyof DateTimeFormats) => string; };