declare class ZoomService { private static instance; private _currentZoom; static getInstance(): ZoomService; get currentZoom(): string; setZoom(zoom: string): void; private updateElementPosition; } export declare const zoomService: ZoomService; export {};