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