import { Meta, StoryObj } from '@storybook/react'; import { Flex } from '../flex'; import { Switcher } from './Switcher.tsx'; declare const story: Meta; export declare const TextInputStory: StoryObj; export default story;