import { OnInit, OnDestroy } from '@angular/core'; import { Field } from 'ng-formly'; export declare class FormlySelectComponent extends Field implements OnInit, OnDestroy { private ngUnsubscribe; items: any; value: any; constructor(); ngOnInit(): void; changed(e: any): void; displayFn(e: any): string; inputMapFn(e: any): any; outputMapFn(e: any): void; clear(): void; ngOnDestroy(): void; }