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