import type { AlertDialogProps } from './dialog.types';
declare const AlertDialog: import("svelte").Component<AlertDialogProps, {}, "open">;
type AlertDialog = ReturnType<typeof AlertDialog>;
export default AlertDialog;
