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