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