import type { RenderingPlugin, RenderingPluginContext } from '../..'; /** * listen to mouse/touch/pointer events on DOM wrapper, trigger pointer events */ export declare class MobileInteractionPlugin implements RenderingPlugin { static tag: string; apply(context: RenderingPluginContext): void; } //# sourceMappingURL=MobileInteractionPlugin.d.ts.map