import * as React from 'react';
export declare class TextFieldBasicExample extends React.Component<any, any> {
    render(): JSX.Element;
    private _onChanged(text);
}
