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

interface StepHybridIdentityPersonalInfoComponentProps {
    intl: any;
    verificationService: VerificationService;
}
export declare const StepHybridIdentityPersonalInfo: ({ intl, verificationService, }: StepHybridIdentityPersonalInfoComponentProps) => React.JSX.Element;
export declare const StepHybridIdentityPersonalInfoComponent: React.ComponentClass<Pick<StepHybridIdentityPersonalInfoComponentProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepHybridIdentityPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export default StepHybridIdentityPersonalInfoComponent;
