import type { Meta, StoryObj } from '@storybook/react'; import { TextAreaField } from './TextAreaField'; declare const meta: Meta; export default meta; declare type Story = StoryObj; export declare const Placeholder: Story; export declare const WithoutLabel: Story; export declare const WithoutLabelInForm: Story; export declare const WithLabel: Story; export declare const WithTooltip: Story; export declare const WithoutLabelAndMaxLength: Story; export declare const WithLabelAndMaxLength: Story; export declare const WithLabelInForm: Story; export declare const WithErrorWarningOrInfo: Story;