import CheckTreePicker from './CheckTreePicker';
import withLocale from '../IntlProvider/withLocale';
export default withLocale(['Picker', 'CheckTreePicker'])(CheckTreePicker);