import * as React from 'react'; import type { BottomNavigationProps } from './types'; declare const BottomNavigation: ({ activeKey, onChange, children, overrides, }: BottomNavigationProps) => React.JSX.Element; export default BottomNavigation;