import { AbstractComponent } from '@photo-sphere-viewer/core'; export declare class NavigatorComponent extends AbstractComponent { plugin: any; viewer: any; state: any; params: any; panelPlugin: any; currentPano: any; elRoot: HTMLElement; _tapLastIds: string; constructor(plugin: any, viewer: any); destroy(): void; _stopEvent(event: any): void; _findEventPosition(event: any, name?: string): any; handleEvent(event: any): void; _clickEvent(event: any): void; show(): void; hide(): void; isVisible(): any; home(): void; setParams(params: any): void; _message(content: string): void; setPanelPlugin(panelPlugin: any): void; loadPanorama(ids: any): boolean | void; loadObjectImage(pano: any): void; _loadObjectImage(pano: any, panelHtml: HTMLDivElement, jsvId: string, maxWidth: number): void; _findItem(type: number, id: number): any; _buildDotStyles(uiUser: any): any; _buildDotTextStyles(uiUser: any): any; _buildNavigatorHtml(): void; setActive(ids: any): void; }