Import the namespace mx_internal
//your existing imports
import mx.core.mx_internal;
Tell Actionscript that is a namespace
use namespace mx_internal;
Prefix the property name with mx_internal::
<instance>.mx_internal::<internal var/method>
Here I am describing some technical issues which I faced and how I fixed them. I hope this will be helpful for those who may face the same.