/// <reference types="react" />
import type { SmartSwipeCell } from './PropTypes';
declare const SwipeCell: import("react").FC<SmartSwipeCell>;
export { SwipeCell };
export { SmartSwipeCell, SmartSwipeCellEvents, SmartSwipeCellProps, SmartSwipeCellBaseEventDetail, SmartSwipeCellPosition, SmartSwipeCellClickEvent, SmartSwipeCellClickPosition, SmartSwipeCellCloseEventDetail, } from './PropTypes';
