import type { Node } from '@atlaskit/editor-prosemirror/model'; /** * Checks if node is an empty paragraph. */ export declare function isEmptyParagraph(node?: Node | null): boolean;