import type { HtmlIngredientProps } from '../types.js'; export interface AlertDialogTitleProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const AlertDialogTitle: import("svelte").Component; type AlertDialogTitle = ReturnType; export default AlertDialogTitle;