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