import { EditorRef } from '../../types'; declare const getRootNode: (editorRef: EditorRef) => any; export default getRootNode;