import { LOCALE } from "../../interfaces/types"; export declare const MAPPED_LOCALE: { [key in LOCALE]: string; }; export declare const useMantineLocale: (locale: LOCALE) => { isLoaded: boolean; };