export type { BottomBarSize, BottomBarStyle, BottomBarProps } from './types'; export { BottomBar, BOTTOM_BAR_DEFAULTS, BOTTOM_BAR_HEIGHT } from './bottom-bar';