import type { SimpleCardProps } from './types'; declare const AnimatedCard: ({ style, renderCard, onLeftSwipeEnd, onRightSwipeEnd, cardStyle, }: Partial) => JSX.Element; export default AnimatedCard;