import type { DialogTitleProps } from "../types.js"; declare const DialogTitle: import("svelte").Component; type DialogTitle = ReturnType; export default DialogTitle;