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