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