import { ContentMatch, NodeType } from '@tiptap/pm/model';
/**
 * Gets the default block type at a given match
 * @param match The content match to get the default block type from
 * @returns The default block type or null
 */
export declare function defaultBlockAt(match: ContentMatch): NodeType | null;
//# sourceMappingURL=defaultBlockAt.d.ts.map