import React from 'react';
import { BottomNavigationProps } from '../../types/components/bottom-navigation';
declare const BottomNavigation: ({ id, className, nav, selectedId, asTabs, onClick }: BottomNavigationProps) => React.JSX.Element;
export default BottomNavigation;
