import { ElementRef, AfterViewInit } from '@angular/core'; import { SurveyorFormInputComponent } from '../../../form-input-component'; import * as i0 from "@angular/core"; export declare class MobileSelectInputComponent extends SurveyorFormInputComponent implements AfterViewInit { inputBox: ElementRef; popover: ElementRef; items: any[]; selectedIndex: number; ngAfterViewInit(): void; setOptions(opts: any): void; initialize(): void; itemSelect(item: any): void; setValue(val: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }