import { EventEmitter } from '../../stencil-public-runtime'; export declare class CbpDropdownItem { private checkbox; private host; value: string; disabled: boolean; current: boolean; itemId: string; selected: boolean; dropdownItemClick: EventEmitter; handleClick(e: any): void; watchSelected(newValue: any): void; constructor(); componentWillLoad(): void; componentDidLoad(): void; render(): any; }