import { EventEmitter } from '../../stencil-public-runtime'; export declare class PnkNavigation { host: HTMLElement; group: string; section: string; icon: string; selected: boolean; navClick: EventEmitter; handleNavigation(): void; handleClick(): void; handleWindowClick(event: MouseEvent): void; ngOnDestroy(): void; render(): any; }