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