import { AbstractComponent } from '@photo-sphere-viewer/core'; export declare class PanelComponent extends AbstractComponent { plugin: any; viewer: any; htmlContainer: HTMLElement; htmlPopup: HTMLElement; htmlContent: HTMLElement; currentIds: any; currentFull: boolean; currentWidth: number; ci360Timer: any; constructor(plugin: any, viewer: any); destroy(): void; handleEvent(event: any): void; hasMedia(): boolean; showHtml(ids: any, dataHtml: string, isFull: boolean, width: number): boolean; current(): any; hide(): void; _resetSize(resizeHeight: boolean): void; }