declare module "react-images" { // typing module default export as `any` will allow you to access its members without compiler warning var Lightbox: any; export default Lightbox; }