import * as React from 'react';
export declare function addTopbar<T>(WrappedComponent: any): React.ComponentType<T>;
