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