/**
 * Step Teacher Personal Info Component
 * TODO - We need to import more from es6
 */
import React from 'react';
import { InjectedIntl } from 'react-intl';
import { VerificationService } from '../../lib/types/types';
interface StepTeacherPersonalInfoComponentProps {
    intl: InjectedIntl;
    verificationService: VerificationService;
}
export declare const StepTeacherPersonalInfoComponent: React.ComponentClass<Pick<StepTeacherPersonalInfoComponentProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepTeacherPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export {};
