import { RenderContext } from './RenderContext'; export interface IGroupingRenderer { readonly type: string; render(context: RenderContext): void; }