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

interface StepMemberPersonalInfoComponentProps {
    verificationService: VerificationService;
}
export declare const StepMemberPersonalInfoComponent: ({ verificationService }: StepMemberPersonalInfoComponentProps) => React.JSX.Element;
export {};
