export interface Text { text: string; preserveSpace: boolean; }