import { FormArray } from '@angular/forms'; import { Tabs } from '../../interfaces/tabs'; import { PropertyComponent } from '../property/property.component'; import * as i0 from "@angular/core"; export declare class TabsComponent extends PropertyComponent { value: Tabs; form: import("@angular/forms").FormGroup; get properties(): FormArray; ngOnInit(): void; add(value?: any): void; removeByIndex(index: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }