import React from "react"; import { EmailFieldProps } from "../types"; /** * This field is used to display email values. It uses the {@link https://ant.design/components/typography/#FAQ ``} component * of {@link https://ant.design/components/typography ``} from Ant Design. * * @see {@link https://refine.dev/docs/ui-frameworks/antd/components/fields/email} for more details. */ export declare const EmailField: React.FC; //# sourceMappingURL=index.d.ts.map