import Select from './select';
import CnSelectOption from './option';
import './styles/index.scss';
import './styles/selected.scss';
var CnSelect = Select;
CnSelect.Option = CnSelectOption;
CnSelect.displayName = 'CnSelect';
export { CnSelect, CnSelectOption };