declare const openDescriptionConfirm: ({ onOk, onCancel }: { onOk?: Function | undefined; onCancel?: Function | undefined; }) => void; export default openDescriptionConfirm;