import type { InternalToast, ToastPosition } from './types'; interface GestureOptions { position: ToastPosition; onDismiss: () => void; } export declare function bindSwipeGesture(toast: InternalToast, options: GestureOptions): () => void; export {}; //# sourceMappingURL=gestures.d.ts.map