import type { ComponentProps, FC, PropsWithChildren } from 'react'; declare const SidebarItemGroup: FC>>; export default SidebarItemGroup;