You can not rename nor copy the keypair by itself.
If you however have a trustpoint where the key is associated to, you can export the whole trustpoint configuration with all associated keys and certificates in PKCS12 format, or export the identity certificate in PEM format:
crypto ca export identity-certificate
OR/
crypto ca export pkcs12
But not just the keypair by itself.