import { type WithElementRef } from "../../../utils.js"; import type { HTMLAttributes } from "svelte/elements"; type Props = WithElementRef>; declare const SheetTitle: import("svelte").Component; type SheetTitle = ReturnType; export default SheetTitle;