import type { ModalLocale } from './interface';
export declare function changeConfirmLocale(newLocale?: ModalLocale): (() => void) | undefined;
export declare function getConfirmLocale(): ModalLocale;
