import { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta; export default meta; export declare const PlaceholderNoFocusSteal: StoryObj; export declare const RequiredWithLabel: StoryObj; export declare const RequiredWithLabelAndInfo: StoryObj; export declare const DefaultValueLabelInfo: StoryObj; export declare const WackyCustomStyles: StoryObj; export declare const WithIcons: StoryObj;