import { Theme, UserWithRangeType } from '../../../types'; type BodySideBarProps = { userWithRange: UserWithRangeType[]; theme?: Theme; opened: boolean; }; declare function BodySideBar(props: BodySideBarProps): import("react/jsx-runtime").JSX.Element; export default BodySideBar;