import { Dialog as DialogPrimitive } from "bits-ui"; declare const DialogTitle: import("svelte").Component; type DialogTitle = ReturnType; export default DialogTitle;