import { MarkSpec } from '../../prosemirror';
/**
 * @name strong_mark
 */
export interface Definition {
    type: 'strong';
}
export declare const strong: MarkSpec;
