export interface DialogI18nInterface {
    exceptionBoxDescription: string;
    textClose: string;
    textOk: string;
    textCancel: string;
    textYes: string;
    textNo: string;
}
//# sourceMappingURL=index.d.ts.map