export { default as N8nAlertDialog } from './AlertDialog.vue';
export type {
	AlertDialogProps,
	AlertDialogEmits,
	AlertDialogActionVariant,
	AlertDialogSize,
} from './AlertDialog.vue';
