export component HelloWorld inherits Window { Text { text: "Hello World"; color: green; } }