/// import type { SidebarProps } from '../sidebar/sidebar.js'; declare const BottomBar: ({ navClassName, className, navigation, user, setDrawerContentType, router, iconLibrary, logo, drawerConfig, drawerContentType, entities, }: SidebarProps & { navClassName?: string | undefined; className?: string | undefined; }) => JSX.Element; export default BottomBar;