import { type BottomNavItemProps as Props } from './index';
declare const BottomNavItem: import("svelte").Component<Props, {}, "">;
type BottomNavItem = ReturnType<typeof BottomNavItem>;
export default BottomNavItem;
