import { PropsOf } from '@builder.io/qwik'; type SidebarItemGroupProps = PropsOf<'ul'> & { border?: boolean; title?: string; }; export declare const SidebarItemGroup: import("@builder.io/qwik").Component; export {};