import { EventEmitter } from "@angular/core"; import { DvDropdownItem } from "tikops-ux/utils"; import * as i0 from "@angular/core"; export declare class DvDropdownComponent { item: DvDropdownItem; optionLabel: string; isDisabled: boolean; styleClass: string; inputId: string; value: string; filterBy: string; change: EventEmitter; valueChange: EventEmitter; itemChanged(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "dv-dropdown", never, { "item": "item"; "optionLabel": "optionLabel"; "isDisabled": "isDisabled"; "styleClass": "styleClass"; "inputId": "inputId"; "value": "value"; "filterBy": "filterBy"; }, { "change": "change"; "valueChange": "valueChange"; }, never, never, false, never>; }