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