import React from 'react';
import { InjectedIntlProps } from 'react-intl';
import { InputSelectComponentProps } from '../../../lib/types/types';
export declare const MilitaryStatus: ({ value, isErrored, options, onChange, intl, placeholder, }: InputSelectComponentProps & InjectedIntlProps) => JSX.Element;
export declare const MilitaryStatusComponent: React.ComponentClass<Pick<InputSelectComponentProps, "label" | "isErrored" | "onChange" | "onKeyDown" | "placeholder" | "value" | "isRequired" | "options">, any> & {
    WrappedComponent: React.ComponentType<InputSelectComponentProps & InjectedIntlProps>;
};
