import { default as React } from 'react';
import { VerificationStep } from '../../lib/types/types';

interface Props {
    step?: VerificationStep;
}
declare const LoadingScreenComponent: React.FC<Props>;
export { LoadingScreenComponent };
