import { BottomNavigationCompound } from './types/BottomNavigationCompound.ts'; /** * Mobile-first navigation landmark with a full-width bottom presentation. * * Compose `BottomNavigation`, `BottomNavigation.List`, and * `BottomNavigation.Item`. Items can be links or native buttons and selection * supports both controlled and uncontrolled state. */ declare const BottomNavigation: BottomNavigationCompound; export default BottomNavigation;