You can only import a single prop at the time.
So you would create a dummy prop in the application your are exporting from first and then attach each of the other props to it. This will keep them in position when you import the dummy prop.
After importing you can then detach each of the props from the dummy to separate them.
Edited
Last Year by
animagic