import { Editor } from '@tiptap/vue-3'; export declare const getRenderContainer: (editor: Editor, nodeType: string) => any; export default getRenderContainer;