import type { FC } from 'react'; /** Internal component for rendering highlight backgrounds */ export declare const CodeSnippetHighlights: FC;