import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropdownComponent { label: string; options: any[]; placeholder: string; optionLabel: string; optionValue: string; control: any; requiredField: boolean; disabled: boolean; valueChange: EventEmitter; showClear: boolean; applyCustomStyle: boolean; onValueChange(selectedValues: any[]): void; toTitleCase(str: string): string; getSelectedLabelsTitleCase(selectedItems: any[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }