import { MFADialogProps } from '../../types';
declare const MFADialog: React.FC<MFADialogProps>;
export default MFADialog;
