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