import { ComponentMeta, ComponentStory } from '@storybook/react'; import { InputTextArea } from 'lib'; interface LoadingExport extends ComponentMeta { } interface LoadingStory extends ComponentStory { } declare const _default: LoadingExport; export default _default; export declare const Default: LoadingStory; export declare const TextAreaWithLabel: LoadingStory; export declare const TextAreaWithCount: LoadingStory; export declare const TextAreaWithAlert: LoadingStory; export declare const TextAreaWithAlertCount: LoadingStory; export declare const TextAreaWithAuxiliary: LoadingStory; //# sourceMappingURL=input-textarea.stories.d.ts.map