/** Specifies the modes in which to highlight text. */ export type TextHighlightMode = "contains" | "starts-with" | "ends-with"; //# sourceMappingURL=TextHighlightMode.d.ts.map