import { FC } from 'react'; declare const Sidebar: FC<{ version: string; }>; export default Sidebar;