import { ReactElement } from 'react'; interface DiscardChangesConfirmationDialogProps { description: string; isOpen: boolean; onCancel: () => void; onDiscardChanges: () => void; } export declare const DiscardChangesConfirmationDialog: (props: DiscardChangesConfirmationDialogProps) => ReactElement; export {}; //# sourceMappingURL=DiscardChangesConfirmationDialog.d.ts.map