import { AlertDialogCompound } from './types/AlertDialogCompound.ts'; /** * A modal confirmation dialog for destructive actions. * * It reuses the accessible Dialog slots and adds `Action` and `Cancel` * buttons with destructive and outlined defaults respectively. */ declare const AlertDialog: AlertDialogCompound; export { AlertDialog };