/// import { EditorPluginClass } from '../../../utils/plugin/EditorPlugin'; import './index.less'; declare const renderIcon: (fileInfo: any, dropdown: boolean | undefined, editorPluginInst: EditorPluginClass, psdFileInfo?: any) => JSX.Element | ""; /** * 渲染图标 插画的封面 * @param type : icon/image/poster * @param mlibrary * @param columnsAttr * @returns */ declare const renderCover: (type: string, mlibrary: any, editorPluginInst: EditorPluginClass) => JSX.Element; export { renderIcon, renderCover, };