If the import used the default export. Either directly or by renaming.
By inspecting the name, this tries to check if the import is a function or an object. They usually start with a lowercase letter.
If the import used the "as" statement to rename the import.
By inspecting the name, this tries to check if the import is a type. So it can be a Type, Class, Enum or Interface. They usually start with a uppercase letter.
If the wildcard was used to import elements.
The name of the imported element.
If isRenamed is true, this will display the original name.
Generated using TypeDoc
The elements that are actually imported. The left side of the import.