export type TextChangeStyle = { ins: string; del: string; commentMarker: string; tooltip: string; tooltipText: string; tooltipButtonsContainer: string; insHoverColor?: string; delHoverColor?: string; commentMarkerHoverColor?: string; };