import { EventEmitter } from '../../stencil-public-runtime'; export declare class CbpLink { private anchor; private host; href: string; rel: string; target: string; download: boolean | string; language: string; shortcutKey: string; accessibilityText: string; disabled: boolean; context: "light-inverts" | "light-always" | "dark-inverts" | "dark-always"; sx: any; linkClick: EventEmitter; handleClick(e: any): void; componentWillLoad(): void; componentDidLoad(): void; render(): any; }