import { Meta } from '@storybook/react';
import { TextAreaProps } from './TextArea';
declare const _default: Meta<TextAreaProps>;
export default _default;
export declare const TextAreaExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, TextAreaProps>;
