import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SingleSelectComponent { control: any; options: any[]; selectedValue: any; label: string; formControlName: string; placeholder: string; optionLabel: string; optionValue: string; isMultiSelect: boolean; disabled: boolean; showClear: boolean; selectionChanged: EventEmitter; selectionCleared: EventEmitter; requiredField: boolean; clearSearchIcon: boolean; applyCustomStyle: boolean; showTitleCase: boolean; onSelectionChange(event: any): void; getLabel(value: any): string; toTitleCase(str: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }