import * as pointerEvents from './base'; import holdRepeat from './holdRepeat'; import interactableTargets from './interactableTargets'; declare function install(scope: Interact.Scope): void; declare const id = "pointer-events"; export { id, pointerEvents, holdRepeat, interactableTargets, install };