///
interface IProps {
mainContentIndex: number;
sessionOpened: boolean;
mindId: string;
closeExpandClick: () => void;
mainContentClick: (newMainContentIndex: number) => void;
}
declare function TopSessionUserBar(props: IProps): JSX.Element;
declare const _default: import("react").MemoExoticComponent;
export default _default;