export declare type TModalConfirm = { title: string; description: string; onSuccess(): Promise; onCancel?(): Promise; };