Im trying to import typings for swiper to angular2.
I've installed swiper and its typings via npm, but in my component when I include swiper
import { Swiper } from 'swiper';
atom shows error:
path/../@types/swiper/index.d.ts is not a module
Is it possible that the typings are badly declared or is it my fault?