import { Meta, StoryObj } from '@storybook/react-vite'; import { TextInput } from './index'; declare const meta: Meta; export default meta; type Story = StoryObj; /** * Comprehensive text input showcase - all variants, sizes, types, and states * This single story will be tested in both light and dark modes by Chromatic */ export declare const AllVariants: Story;