There is no way to export data out of secure enclave. You cannot write arbitrary data to secure enclave, as well as read it out.
What happen though is the ability to encrypt the data with secure enclave, store it on our own. When migrating, we decrypt with secure enclave, get back original data and re-encryp on the new device.