import { AlertDialog as AlertDialogPrimitive } from "bits-ui"; type $$ComponentProps = AlertDialogPrimitive.OverlayProps & { class?: string; }; declare const AlertDialogOverlay: import("svelte").Component<$$ComponentProps, {}, "ref">; type AlertDialogOverlay = ReturnType; export default AlertDialogOverlay;