/// import { SidebarProps } from '../../types'; import './styles.css'; declare const Sidebar: (props: SidebarProps) => JSX.Element; export default Sidebar;