TextStyleUpdateType: {
    [key in keyof typeof SelectedTextStyles]?: {
        value: number | string | boolean;
    }
}