export declare const changeConfirmLocale: (newLocale: { [name: string]: any; }, lang?: string) => void; export declare const getConfirmLocale: () => Record;