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