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

interface StepStudentPersonalInfoComponentProps {
    verificationService: VerificationService;
}
export declare const StepStudentPersonalInfoComponent: ({ verificationService, }: StepStudentPersonalInfoComponentProps) => React.JSX.Element;
export {};
