There are three modes of export -
Table mode,
User mode,
Full Database.

Table mode exports specified tables and related triggers, constraints and comments.

User mode exports all objects (tables, indexes, procedures ...) in the specified user's schema.

Full database is self explanatory.

Hence, there is no option for exporting only procedures.