import React from "react"; import { ITopBarProps } from "../types"; declare const TopBar: React.FC; export default TopBar;