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<any>;
    currentUsedComponentId: any;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<StiDropdownService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<StiDropdownService>;
}
