export class Text { text = ""; constructor(text: string) { this.text = text; } }