I have a partitioned table in a tablespace and I export that table with exp command, will it also export its indexes even though they lie in a different tablespace?

Also, does it do a recusrive exports like if only part of that table is in that tablespace and other in other tablespaces, will it export other partitions along with ALL tables in there.