import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CsSelectComponentUI implements OnChanges { dataList: any[]; dropdownLabel: string; displayProperty: string; selectedValue: string; isRequired: boolean; dropdownSubLabel: string; disabled: boolean; option: ElementRef; selectedData: EventEmitter; selectedValueChange: EventEmitter; placeholder: any; stylex: any; valueKey: any; multipleSelect: any; colorProperty: string; colorSelected: string; colorCode: string; dropdownOption: boolean; positionReset: boolean; getLeft: number; getTop: number; getWidth: number; maxWidth: number; activeDoropdown: boolean; private optionList; set content(content: ElementRef); ngOnChanges(changes: SimpleChanges): void; openDropdown(event: any): void; selectOption(selectedData: any): void; closeDropdown(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }