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