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