import type { HTMLTagNames, IJodit, Nullable } from 'jodit/types'; export declare function insertParagraph(editor: IJodit, fake: Nullable, wrapperTag: HTMLTagNames, style?: CSSStyleDeclaration): HTMLElement;