import type { HTMLAttributes } from "svelte/elements"; import type { WithElementRef } from "bits-ui"; declare const SidebarFooter: import("svelte").Component>, {}, "ref">; type SidebarFooter = ReturnType; export default SidebarFooter;