import { TextInputProps } from 'react-admin'; declare function TextInput(props: TextInputProps): JSX.Element; export { TextInput }; export type { TextInputProps }; //# sourceMappingURL=TextInput.d.ts.map