import type { BlockElement } from '..'; import type { BlockContext } from './BlockContext'; export type BlockElementRenderer = (blockElement: Block, context: BlockContext, index: number) => OutputElement | null; //# sourceMappingURL=BlockElementRenderer.d.ts.map