import { AlertDialog as AlertDialogPrimitive } from 'bits-ui'; declare const AlertDialogCancel: import("svelte").Component; type AlertDialogCancel = ReturnType; export default AlertDialogCancel;