import { SimpleInputComponent } from '../simple-input/simple-input.component'; import { SimpleRepeatingItemsComponent } from '../../../simple-repeating-items/simple-repeating-items.component'; import * as i0 from "@angular/core"; export declare class SimpleInputKeyValuePairComponent extends SimpleInputComponent { simpleRepeatingItems: SimpleRepeatingItemsComponent; get items(): any[]; set items(value: any[]); set value(newValue: any); get value(): any; values: any[]; validValues: any[]; private repeatingItemsInitialized; ngAfterViewInit(): void; ngAfterContentChecked(): void; appendValue(value?: any): void; initSimpleRepeatingItems(): void; removeItem(item: any): void; removeItemAtIndex(index: any): void; protected setRepeatingElementActions(params: any): void; validateRequired(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }