export declare class ZoomPluginZoomPinch { id?: number; uuid: string; /** * Enable zooming via pinch */ enabled: boolean; }