import { UniFormField } from '../../models/interfaces/form-field.model'; import { UniFormFieldOption } from '../../models/interfaces/form-field-option.model'; import * as i0 from "@angular/core"; export declare class UniFormFieldService { enrichField(field: UniFormField, options: Partial | undefined): UniFormField; private mapOptions; groupsToOptions(field: UniFormField): UniFormFieldOption[]; getSelectedOptions(options: UniFormFieldOption[], value: string | number | string[] | number[]): UniFormFieldOption[]; hasSelectedOptionsFields(selectedOptions: UniFormFieldOption[]): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }