import React from "react"; import { IFieldContext } from "../../../constants"; import { IFieldProps } from "./types"; type TOuterProps = Omit & Partial & Partial; export default function withField(WrappedComponent: React.ComponentType): React.ForwardRefExoticComponent> & React.RefAttributes>; export {};