import React from "react";
import type { TextFieldProps } from "../types";
/**
 * This field lets you show basic text. It uses Materail UI {@link https://mui.com/material-ui/react-typography/#main-content `<Typography>`} component.
 *
 * @see {@link https://refine.dev/docs/api-reference/mui/components/fields/text} for more details.
 */
declare const TextField: React.FC<TextFieldProps>;
export { TextField as TextFieldComponent };
//# sourceMappingURL=index.d.ts.map