import { FC } from 'react'; import type { DirectLineAnimationCard } from 'botframework-webchat-core'; type AnimationCardContentProps = { actionPerformedClassName?: string; content: DirectLineAnimationCard; disabled?: boolean; }; declare const AnimationCardContent: FC; export default AnimationCardContent; //# sourceMappingURL=AnimationCardContent.d.ts.map