import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepActiveMilitaryPersonalInfoComponentProps { intl: any; verificationService: VerificationService; } export declare const StepActiveMilitaryPersonalInfo: ({ intl, verificationService, }: StepActiveMilitaryPersonalInfoComponentProps) => import("react/jsx-runtime").JSX.Element; export declare const StepActiveMilitaryPersonalInfoComponent: React.ComponentClass, any> & { WrappedComponent: React.ComponentType; }; export default StepActiveMilitaryPersonalInfoComponent;