export declare const localizedDatePicker: any; export declare const LOCALE_LANGS: Set; export declare const getLocale: (() => string) & { _LIT_LOCALIZE_GET_LOCALE_?: never; }, setLocale: ((newLocale: string) => Promise) & { _LIT_LOCALIZE_SET_LOCALE_?: never; };