import type { CnBottomNavBarProps } from './types';
export { CnBottomNavBar } from './bottom-nav-bar';
export type { CnBottomNavBarProps };
