export const SelectWidgetComponent: React.FC<import("react-intl").WithIntlProps<any>> & {
    WrappedComponent: React.ComponentType<any>;
};
declare const _default: any;
export default _default;
import React from 'react';
