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