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