import type { ContentMatch, NodeType } from 'prosemirror-model'; export declare function defaultBlockAt(match: ContentMatch): NodeType | null; //# sourceMappingURL=defaultBlockAt.d.ts.map