import { VNode } from 'snabbdom';
import { IDomEditor, SlateElement } from '@wangeditor-next/editor';
declare function renderImportPdf(elem: SlateElement, children: VNode[] | null, editor: IDomEditor): VNode;
declare const conf: {
    type: string;
    renderElem: typeof renderImportPdf;
};
export default conf;
