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