declare const AnimatedCard: (({ style, renderCard, onLeftSwipeEnd, onRightSwipeEnd, cardStyle, }: Partial) => JSX.Element) & { Swipeable: ({ children, style, cardStyle, }: Partial) => JSX.Element; }; export type { SimpleCardProps, SwipeableCardProps, SwipeCallBackProps, SwipeCallEndProps, } from './types'; export { AnimatedCard };