import { Observable } from 'rxjs/Observable';should work. The observer package should match the import as well import { Observer } from 'rxjs/Observer'; if you're using observers that is
import {} from 'rxjs'; does a huge import so it's better to avoid it.