export { NgSelectComponent, SELECTION_MODEL_FACTORY } from './ng-select/ng-select.component';
export { NgSelectModule } from './ng-select/ng-select.module';
export { NgOption } from './ng-select/ng-select.types';
export { SelectionModel } from './ng-select/selection-model';
export { NgSelectConfig } from './ng-select/config.service';
