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