import { IGenericFieldProps } from ".."; import { IContactFieldSchema } from "./types"; export declare const ContactField: (props: IGenericFieldProps) => import("react/jsx-runtime").JSX.Element;