import React from 'react'; import { TextFieldProps } from 'react-admin'; import { LabeledFieldProps } from '../../../config'; export declare function TextField(props: LabeledFieldProps): React.JSX.Element;