/** * @description menu entry * @author wangfupeng */ import UploadAttachment from './UploadAttachment'; import DownloadAttachment from './DownloadAttachment'; export declare const uploadAttachmentMenuConf: { key: string; factory(): UploadAttachment; config: import("./config").IUploadConfigForAttachment; }; export declare const downloadAttachmentMenuConf: { key: string; factory(): DownloadAttachment; };