If the tables do not already exist, then they will be created with partitions, yes.

You can see the create table statements before hand by importing the file with the "indexfile=my_file.sql" option, and then open my_file.sql to see the create table and create index statements