You would need to build a tilemap image to import in as a tilemap, then you would be able to use the tilemap object to "paint" your level.
The resource you linked to does not have this done for you, as many of the art assets are not the same size.
If you put all the 16x16 images together into one file to build a tilemap image, that would give you a nice base foundation to work from.