import type { NodeType, Schema } from '@atlaskit/editor-prosemirror/model'; export declare const getBreakoutResizableNodeTypes: (schema: Schema, isRuleAndPanelResizingEnabled?: boolean) => Set;