import { Categorization, Category, RankedTester } from '@jsonforms/core'; import { OnInit } from '@angular/core'; import { JsonFormsAngularService, JsonFormsBaseRenderer } from '@jsonforms/angular'; import * as i0 from "@angular/core"; export declare class CategorizationTabLayoutRenderer extends JsonFormsBaseRenderer implements OnInit { private jsonFormsService; hidden: boolean; visibleCategories: (Category | Categorization)[]; categoryLabels: string[]; constructor(jsonFormsService: JsonFormsAngularService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare const categorizationTester: RankedTester; //# sourceMappingURL=categorization-layout.renderer.d.ts.map