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