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