export default class Field extends React.PureComponent { constructor(props: any); state: { value: any; }; render(): JSX.Element; updateValue: (name: any, value: any) => void; onChange: (...args: any[]) => void; onFormChange: (formData: any) => void; componentDidMount(): void; componentWillUnmount(): void; } import React from "react"; //# sourceMappingURL=index.d.ts.map