import { type FC } from 'react'; import type { StepUpReauthSocialViewProps } from '../StepUpReauthChooseMethodView/StepUpReauthChooseMethodView.types'; export declare const StepUpReauthSocialView: FC;