import type { MarkSpec } from '@atlaskit/editor-prosemirror/model';
/**
 * @name strong_mark
 */
export interface StrongDefinition {
    type: 'strong';
}
export declare const strong: MarkSpec;
