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