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) => import("react/jsx-runtime").JSX.Element; export declare const StepInactiveMilitaryPersonalInfoComponent: React.ComponentClass, any> & { WrappedComponent: React.ComponentType; }; export default StepInactiveMilitaryPersonalInfoComponent;