import { AfterViewInit } from '@angular/core'; import { FourDInterface } from '../js44D/JSFourDInterface'; import * as i0 from "@angular/core"; export declare class FourDDropDown implements AfterViewInit { private fourD; listName: string; selectedValue: string; disabled: boolean; listOptions: Array; constructor(fourD: FourDInterface); ngAfterViewInit(): void; isItemSelected(item: string): string; private loadListFrom4D; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }