/// type Menu = { label: string; value: string; icon?: JSX.Element | any; }; export interface BottomNavigationProps { list: Menu[]; onChange?: (e: any, value: number) => void; value?: number; } export declare const BottomNavigation: ({ list, onChange, value, }: BottomNavigationProps) => import("react/jsx-runtime").JSX.Element; export default BottomNavigation; //# sourceMappingURL=index.d.ts.map