import { FC } from 'react'; import type { DirectLineAttachment } from 'botframework-webchat-core'; type AdaptiveCardAttachmentProps = { attachment: DirectLineAttachment; disabled?: boolean; }; declare const AdaptiveCardAttachment: FC; export default AdaptiveCardAttachment; //# sourceMappingURL=AdaptiveCardAttachment.d.ts.map