export type HighlightInputTextProps = { color?: string; description: string; highlightColor?: string; highlightInputId?: string; };