import { Meta, StoryObj } from '@storybook/react'; import { BottomNavigation } from './BottomNavigation.tsx'; declare const story: Meta; export declare const BottomNavigationStory: StoryObj; export default story;