import { ChangeDetectorRef, TemplateRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class YapSelectComponent implements ControlValueAccessor { private _cd; id: number; labelTranslate: boolean; baseTranslate: string; translationFn?: (...args: any[]) => any; translationFnArgs: any[]; clearable: boolean; multiple: boolean; multipleClearRight: boolean; placeholder?: string; isForm: boolean; required?: any; name?: any; readonly: boolean; get disabled(): boolean; items: any[] | null; itemsAsOption: boolean; bindData: boolean; bindValue: any; bindLabel: any; bindIcon: any; iconSize: number[]; templateLabel?: TemplateRef; templateOption?: TemplateRef; autocomplete: boolean; value: any; private _onChange; private _onTouched; private _disabled; constructor(_cd: ChangeDetectorRef); registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; writeValue(obj: any): void; customSearchFn(term: string, item: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }