import { AlertDialog as AlertDialogPrimitive } from 'bits-ui'; type $$ComponentProps = AlertDialogPrimitive.ActionProps & { destructive: boolean; }; declare const AlertDialogAction: import("svelte").Component<$$ComponentProps, {}, "ref">; type AlertDialogAction = ReturnType; export default AlertDialogAction;