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