import React from 'react';
import { SidebarMenuProps } from './types';
declare const Sidebar: React.FC<SidebarMenuProps>;
export default Sidebar;
