What are Tiled's import formats?

I’m using Sprite Something on my iPad and iPhone to make my tile maps and animation, Sprite something exports to PNG, animated GIF’s and CSV files (tilemaps). Are these formats supported? I’m on my phone and new, haven’t downloaded Tiled to my Mac yet.

Out of that list, Tiled only supports reading PNG files. GIF files are supported as well but for animated GIFs only the first frame will show.

You can’t currently load arbitrary CSV files, though you could write a Python import script for this.