/**
 * adapter for mobile and desktop events
 */
import type { IInteraction } from '../types';
declare const _default: () => IInteraction;
export default _default;
