export interface TreeCellRendererConfig { /** Show child count badge next to the label (default: true) */ showChildCount?: boolean; } //# sourceMappingURL=tree-cell-renderer.models.d.ts.map