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

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