import React from 'react'; import { GestureProviderProps } from '../types'; declare const ScreenGestureDetector: ({ children, gestureDetectorBridge, goBackGesture, screenEdgeGesture, transitionAnimation: customTransitionAnimation, screensRefs, currentScreenId, }: GestureProviderProps) => React.JSX.Element; export default ScreenGestureDetector; //# sourceMappingURL=ScreenGestureDetector.d.ts.map