export declare class KeyValueUCSearchObj { key: number; value: string; constructor(); } export declare class ListKeyValueMonth { ListOfMonth: Array; DictOfMonth: { [month: number]: string; }; constructor(); } //# sourceMappingURL=key-value-uc-search.model.d.ts.map