/** * Listens to mouse events on Web. */ export declare const useWebMouseEvents: (elementId: string, onInteraction: () => void, onLeave?: () => void) => void; //# sourceMappingURL=useWebMouseEvents.d.ts.map