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