import { AdaptiveCard } from 'adaptivecards'; import type { DirectLineCardAction } from 'botframework-webchat-core'; import { VFC } from 'react'; type AdaptiveCardRendererProps = { actionPerformedClassName?: string; adaptiveCard: AdaptiveCard; disabled?: boolean; tapAction?: DirectLineCardAction; }; declare const AdaptiveCardRenderer: VFC; export default AdaptiveCardRenderer; //# sourceMappingURL=AdaptiveCardRenderer.d.ts.map