Based on your example, why would you want to import the same component from the same module twice?
If that is indeed what you wanted to do, you could do it as following:
import * as UniqueName1 from "./en"
import * as UniqueName2 from "./en"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…