import React from "react"; import { TagFieldProps } from "../types"; /** * This field lets you display a value in a tag. It uses Ant Design's {@link https://ant.design/components/tag/ ``} component. * * @see {@link https://refine.dev/docs/ui-frameworks/antd/components/fields/tag} for more details. */ export declare const TagField: React.FC; //# sourceMappingURL=index.d.ts.map