import type { SwipeableCardProps } from './types'; declare const SwipeableCard: ({ children, style, cardStyle, }: Partial) => JSX.Element; export default SwipeableCard;