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