import React from 'react'; import { LinkProps } from 'antd/lib/typography/Link'; export declare type FileFieldProps = LinkProps & { title?: string; src: string; }; export declare const FileField: React.FC;