import type React from 'react';
/**
 * A confirm dialog that is placed at the top level of the page
 * enabling the use of the useConfirmDialog hook.
 */
declare function ConfirmDialog(): React.ReactElement;
export { ConfirmDialog };
//# sourceMappingURL=confirm-dialog.d.ts.map