import type { IJodit, Nullable } from 'jodit/types'; export declare function getBlockWrapper(jodit: IJodit, current: Node | null, tagReg?: RegExp): Nullable;