import { JsonSchemaFormService } from '@ajsf/core'; import * as i0 from "@angular/core"; export declare class FlexLayoutRootComponent { private jsf; dataIndex: number[]; layoutIndex: number[]; layout: any[]; isFlexItem: boolean; constructor(jsf: JsonSchemaFormService); removeItem(item: any): void; getFlexAttribute(node: any, attribute: string): any; showWidget(layoutNode: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }