import { Meta } from '@storybook/react'; import { TextAreaProps } from './TextArea'; declare const _default: Meta; export default _default; export declare const Default: import('@storybook/types').AnnotatedStoryFn; export declare const TextAreaWithErrorState: import('@storybook/types').AnnotatedStoryFn; export declare const LockedTextArea: import('@storybook/types').AnnotatedStoryFn; export declare const DisabledTextArea: import('@storybook/types').AnnotatedStoryFn;