import { EventEmitter } from '../../stencil-public-runtime'; export declare class CbpNavItem { private control; private host; current: boolean; name: string; sx: any; navItemClick: EventEmitter; handleNavItemClick(e: any): void; doSelected(newValue: any): void; componentWillLoad(): void; componentDidLoad(): void; render(): any; }