import React, { JSX } from 'react';
export declare const HighlightContext: React.Context<string[]>;
export type CatalogHighlightProps = React.PropsWithChildren;
export declare function CatalogHighlight(props: CatalogHighlightProps): JSX.Element | null;
