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