import React from "react";
declare const _default: React.ComponentType<Omit<{
    options?: any[] | undefined;
    defaultValue?: any;
    className?: string | undefined;
    onChangeOK?: ((item: any) => void) | undefined;
}, keyof import("react-i18next").WithTranslation<N, undefined>> & import("react-i18next").WithTranslationProps>;
export default _default;
