import { t as GesturePluginBase } from "./GesturePluginBase-xvUGqKbP.js"; //#region src/main/private/GestureRecognizer/plugins/PressGesturePlugin.d.ts declare class PressGesturePlugin extends GesturePluginBase { private readonly keyboardActivation; /** pointerIds this plugin saw go down with the primary button, so a stray pointerup/pointercancel * from a press that started elsewhere (e.g. a drag released over this element) reports nothing. */ private readonly pressedPointerIds; private readonly onPointerDown; private readonly onPointerUp; private readonly onPointerCancel; private readonly onKeyDown; private readonly onKeyUp; protected bind(): void; protected reset(): void; private notifyPress; private notifyRelease; private notifyCancel; } //#endregion export { PressGesturePlugin as t };