import './style'; export type { SwipeCellProps, SwipeCellRef } from './SwipeCell'; export * from './type'; export declare const SwipeCell: import("react").ForwardRefExoticComponent>; export default SwipeCell;