import React from 'react';
export default class BasicTextAreaItemExample extends React.Component<any, any> {
    constructor(props: any);
    onChange: (val: any) => void;
    render(): JSX.Element;
}
