import type { BottomNavigationProps } from './BottomNavigation.types'; export declare function BottomNavigation({ items, activeId, onChange, fixed, showLabels, theme, activeIndicatorStyle, containerClass, itemClass, }: BottomNavigationProps): import("react/jsx-runtime").JSX.Element; export declare namespace BottomNavigation { var displayName: string; }