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