import { AlertDialog as AlertDialogPrimitive } from 'bits-ui'; import { type WithoutChild, type WithoutChildrenOrChild } from '../utils.js'; type $$ComponentProps = WithoutChild & { portalProps?: WithoutChildrenOrChild; }; declare const AlertDialogContent: import("svelte").Component<$$ComponentProps, {}, "ref">; type AlertDialogContent = ReturnType; export default AlertDialogContent;