import type { BottomNavigationProps } from '../types/index.js';
declare const BottomNavigation: import("svelte").Component<BottomNavigationProps, {}, "">;
type BottomNavigation = ReturnType<typeof BottomNavigation>;
export default BottomNavigation;
