import { OnInit } from '@angular/core'; import { ComponentType } from '../../../../../shared-form/enums'; import { SelectListItem } from '../../../../../shared-form/models'; import { BaseFieldComponent } from '../../base'; import { InputSelectModel } from '../../../../models/elemets/inputs'; import { InputSelectValueWithId } from '@myrtex-org/ui'; import * as i0 from "@angular/core"; export declare class InputSelectComponent extends BaseFieldComponent implements OnInit { type: ComponentType; private _referenceService; value: SelectListItem | SelectListItem[] | null; items: SelectListItem[]; updateValue(event: InputSelectValueWithId): void; _customInit(): void; _customModelModify(event: InputSelectValueWithId): void; private _getDisplayValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }