import React from "react"; import { TextFieldProps } from "../types"; /** * This field lets you show basic text. It uses Ant Design's {@link https://ant.design/components/typography/#Typography.Text ``} component. * * @see {@link https://refine.dev/docs/ui-frameworks/antd/components/fields/text} for more details. */ export declare const TextField: React.FC; //# sourceMappingURL=index.d.ts.map