export { TypeaheadModule } from './typeahead.module'; export { TypeaheadDirective } from './typeahead.directive'; export { TypeaheadComponent } from './typeahead.component'; export { TypeaheadOptionComponent } from './typeahead-option.component';