As already pointed out by Ravindra, it depends upon the third party module whether the module is exporting single object containing all components or exporting components individually. Also, you need to import only the components required instead of importing all components.
I'm not very much sure if web-pack by default can handle this or not. But, you can make web-pack to do so for sure.