import { JsonSchemaFormService } from '../json-schema-form.service'; import * as i0 from "@angular/core"; export declare class RootComponent { private jsf; options: any; dataIndex: number[]; layoutIndex: number[]; layout: any[]; isOrderable: boolean; isFlexItem: boolean; constructor(jsf: JsonSchemaFormService); isDraggable(node: any): boolean; getFlexAttribute(node: any, attribute: string): any; showWidget(layoutNode: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }