import { Meta, StoryObj } from '@storybook/react'; import { StateBar } from '.'; declare const meta: Meta; type SwitchStory = StoryObj; export declare const Basic: SwitchStory; export default meta;