import { MarkType } from '@tiptap/pm/model';
import { EditorState } from '@tiptap/pm/state';
export declare function getMarkAttributes(state: EditorState, typeOrName: string | MarkType): Record<string, any>;
//# sourceMappingURL=getMarkAttributes.d.ts.map