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