import * as React from 'react'; import type { JSX } from 'react'; export declare const HighlightContext: React.Context; export type CatalogClassicHighlightProps = React.PropsWithChildren; export declare function CatalogClassicHighlight(props: CatalogClassicHighlightProps): JSX.Element | null;