import { IField, IFieldProps } from "./types";
/**
 * Field
 */
export declare const Field: (props: IFieldProps) => PromiseLike<IField>;
