import { Locale } from "./translationMap"; export declare function setLocale(): void; export declare function useTranslation(moment?: typeof import("moment")): Locale; export interface WithTranslationProps { /** * @ignore */ t?: Locale; }