import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime'; export declare class DropdownItem implements ComponentInterface { host: HTMLElement; text: string; icon: string; rightIcons: string[]; selected: boolean; error: boolean; disabled: boolean; bcmDropDownItemChange: EventEmitter; private handleClick; private dropdownItemClass; render(): any; }