import { Subject } from "rxjs"; import * as i0 from "@angular/core"; export declare class StiDropdownService { currentOptionList: string | number[]; showDropdownList: boolean; dropdownX: number; dropdownY: number; optionLabel: any; optionValue: any; currentValue: string | number; valueChanged: Subject; currentUsedComponentId: any; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }