import { Dialog } from './types.js';
import '@react-types/dialog';
import 'react';
import 'tastycss';
import '@jengaui/dialog';
import './AlertDialog.js';
import '@jengaui/button';

interface DialogZoneProps {
    openedDialog: Dialog | null;
}
/**
 * @internal Do not use it
 */
declare function AlertDialogZone(props: DialogZoneProps): JSX.Element;

export { AlertDialogZone, DialogZoneProps };
