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