import type { HtmlIngredientProps } from '../types.js'; export interface AlertDialogContentProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const AlertDialogContent: import("svelte").Component; type AlertDialogContent = ReturnType; export default AlertDialogContent;