import { LanType } from './Props';
import { ObjectType } from '../@types/common';
export declare function setLocale(arg: LanType | ObjectType): void;
export declare function getLocale(name?: string, def?: ObjectType): any;
