/// interface IProps { sessionOpened: boolean; mainContentClick: (newMainContentIndex: number) => void; inChatMode: boolean; inMobile: boolean; mindId: string; needLigon?: boolean; refUserId: number | string; } declare function BottomSessionUserBar(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;