import React from 'react'; import { LinkProps } from 'antd/lib/typography/Link'; import { FieldProps } from '../../../interfaces/field'; export declare type UrlFieldProps = FieldProps & LinkProps; export declare const UrlField: React.FC;