export declare type Highlighted = TItem & { _highlightResult: { label: { value: string; }; }; };