import { ILinkField, ILinkFieldProps } from "./types";
/**
 * Link Field
 */
export declare const LinkField: (props: ILinkFieldProps) => ILinkField;
