import { OnInit, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class KwikUILabelValuePairComponent implements OnInit { config: { separator: string; orientation: string; placeholder: string; customStyles: { label: {}; value: {}; placeholder: {}; container: {}; }; }; data: any[]; id: string; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private validateInputProperty; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }