import type { NodeSpec } from '@atlaskit/editor-prosemirror/model';
/**
 * Wrapper for ADF mention node spec to augment toDOM implementation
 * with fallback UI for lazy node view rendering / window virtualization
 * @nodeSpecException:toDOM patch
 * @returns
 */
export declare const mentionNodeSpec: () => NodeSpec;
