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