import { ModalLocale } from "./interface.js"; //#region src/modal/locale.d.ts declare function changeConfirmLocale(newLocale?: ModalLocale): (() => void) | undefined; declare function getConfirmLocale(): ModalLocale; //#endregion export { changeConfirmLocale, getConfirmLocale };