import { AbstractButton } from '@photo-sphere-viewer/core'; export declare class NavigatorListButton extends AbstractButton { static readonly id = "navigatorList"; plugin: any; constructor(navbar: any); destroy(): void; isSupported(): boolean; handleEvent(event: any): void; onClick(): void; } export declare class NavigatorHomeButton extends AbstractButton { static readonly id = "navigatorHome"; plugin: any; constructor(navbar: any); destroy(): void; isSupported(): boolean; onClick(): void; }