export component AppWindow inherits Window { Text { text: "Hello world!"; color: green; } }