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