import React from 'react';
export declare const ConfirmClosePopup: ({ opened, onCancel, onClose, }: {
    opened: boolean;
    onCancel: () => void;
    onClose: () => void;
}) => React.JSX.Element;
