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