import * as React from 'react';
export declare const HighlightContext: React.Context<string[]>;
export declare function Highlight(props: React.PropsWithChildren): JSX.Element | null;
