import { ChangeDetectorRef } from '@angular/core'; import { GroupLayout, RankedTester } from '@jsonforms/core'; import { LayoutRenderer } from './layout.renderer'; import { JsonFormsAngularService } from '@jsonforms/angular'; import * as i0 from "@angular/core"; export declare class GroupLayoutRenderer extends LayoutRenderer { constructor(jsonFormsService: JsonFormsAngularService, changeDetectionRef: ChangeDetectorRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare const groupLayoutTester: RankedTester; //# sourceMappingURL=group-layout.renderer.d.ts.map