import { AlertDialog as AlertDialogPrimitive } from 'bits-ui'; declare const AlertDialogOverlay: import("svelte").Component; type AlertDialogOverlay = ReturnType; export default AlertDialogOverlay;