import type { Meta, StoryObj } from '@storybook/react';
import { TextAreaField } from './TextAreaField';
declare const meta: Meta<typeof TextAreaField>;
export default meta;
declare type Story = StoryObj<typeof TextAreaField>;
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;
