import QtQuick
Item {
component IC: Item {}
property var myItem: Item {}
property var myItem2: IC {}
}