import React from 'react'; import { SidebarItemProps, SidebarProvide } from './PropsType'; declare const SidebarItem: React.FC; export default SidebarItem;