export interface TextNode { text: string; bold: boolean; color: string; }