import { OnInit } from '@angular/core'; import { BaseComponent } from '../base/base.component'; import { State } from '../state'; import * as i0 from "@angular/core"; export declare class ObjectComponent extends BaseComponent implements OnInit { /** * child states */ states: State[]; /** * populate FormGroup */ ngOnInit(): void; show(i: number): boolean; getState(o: string | string[]): State | undefined; getArray(o: string | string[]): string[] | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }