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