import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FunctionComponent; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const WithValue: (props: Props) => JSX.Element; export declare const WithLongPlaceholder: (props: Props) => JSX.Element; export declare const WithPlaceholderLineBreak: (props: Props) => JSX.Element; export declare const Disabled: (props: Props) => JSX.Element; export declare const WithError: (props: Props) => JSX.Element; export declare const DarkMode: (props: Props) => JSX.Element; //# sourceMappingURL=TextArea.stories.d.ts.map