import type { AnimatedCardProps } from './types'; declare const AnimatedCard: ({ index, animationType, children, animationDelay, animationDuration, cardStyle, }: AnimatedCardProps) => JSX.Element; export default AnimatedCard;