export declare class UnsavedChangesConfirmationDialogBuilder { body(body?: string): void; cancelButtonLabel(cancelButtonLabel?: string): void; confirmButtonLabel(confirmButtonLabel?: string): void; constructor(); title(title?: string): void; }