import { FunctionComponent } from 'react'; interface ITopBar { navToggle: () => void; } export declare const TopBar: FunctionComponent; export {};