import type { ComponentStyles, Elements } from './utils'; export type HighlightMatchTheme = ComponentStyles & Elements<{ highlighted?: ComponentStyles; }, Required>;