import { AlertDialog } from './alert-dialog'; import type { AlertDialogProps } from './types'; declare const AlertDialog: import("svelte").Component; type AlertDialog = ReturnType; export default AlertDialog;