import React from 'react'; import { SwipeableRowAdapterProps } from './types'; export declare const ReanimatedSwipeableRowAdapter: ({ children, item, onRowClose, onRowOpen, registerRow, renderLeftActions, renderRightActions, swipeableProps, }: SwipeableRowAdapterProps) => React.JSX.Element; //# sourceMappingURL=ReanimatedSwipeableRowAdapter.d.ts.map