import type { MarkSpec } from '@atlaskit/editor-prosemirror/model';
/**
 * Annotation mark lifted from adf-schema with modified `toDOM` to work with
 * existing nodeview
 */
export declare const annotationWithToDOMFix: MarkSpec;
