import React from 'react'; import type { SwipeCellInstance, SwipeCellProps } from './type'; declare const SwipeCell: React.ForwardRefExoticComponent>; export default SwipeCell;