import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { BehaviorSubject } from 'rxjs'; import { DroppedListOption } from '@ironsource/fusion-ui/components/dropped-list/v4'; import * as i0 from "@angular/core"; export declare class TextWithDroppedListComponent implements OnInit, OnDestroy { #private; private hostElementRef; size: 'small' | 'medium'; text: string; disabled: boolean; list: DroppedListOption[]; /** @ignore */ showedList$: BehaviorSubject; constructor(hostElementRef: ElementRef); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }