import { FC } from "react";
import * as State from "../types/State";
export declare const Sidebar: FC<State.State>;
