import { t as GestureRecognizerListener } from "./GestureRecognizerListener-C4HFKtKj.js"; //#region src/main/private/GestureRecognizer/plugins/GesturePlugin.d.ts type GestureNotifier = (notify: (listener: GestureRecognizerListener) => void) => void; interface GesturePlugin { attach(element: HTMLElement, notify: GestureNotifier): void; detach(): void; } //#endregion export { GesturePlugin as n, GestureNotifier as t };