import { FC } from 'react'; type props = { onSubmit: (code: string) => void; onBack: () => void; }; export declare const MfaExchangeView: FC; export {};