import { Value } from '.'; export interface HintOption { displayText?: string; text: string; value?: Value; textTo?: string; valueTo?: Value; }