import React from 'react';
import { SidebarProps } from './types';
/**
 * 侧边栏组件
 */
declare const Sidebar: React.FC<SidebarProps>;
export default Sidebar;
