import type { ForwardedRef } from 'react'; import React from 'react'; import type { SwipeableMethods, SwipeableProps } from './ReanimatedSwipeableProps'; declare const Swipeable: (props: SwipeableProps) => React.JSX.Element; export default Swipeable; export type SwipeableRef = ForwardedRef; //# sourceMappingURL=ReanimatedSwipeable.d.ts.map