declare const SidebarGroupLabel: import("svelte").Component<any, {}, "ref">;
type SidebarGroupLabel = ReturnType<typeof SidebarGroupLabel>;
export default SidebarGroupLabel;
