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