import * as React from 'react';
import { TopbarProps } from "./Topbar.types";
export declare const Topbar: React.ComponentType<TopbarProps>;
