import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { FormlyFieldConfig } from '@ngx-formly/core'; import { Observable } from 'rxjs'; import { ApiService } from '../../../services/api.service'; import * as i0 from "@angular/core"; export declare class FormPrintoutComponent implements OnInit, OnChanges { protected api: ApiService; field: FormlyFieldConfig; model: object; value: string; label: string; key: string; constructor(api: ApiService); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; updateValue(): string; getAutcompleteValue(): Observable; getSelectValue(): string; addColon(label: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=form-printout.component.d.ts.map