import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
export declare const isContentEmpty: (node: PMNode) => boolean;
