import React from 'react';
interface HtmlViewerHighlightLayerProps {
contentRef: React.RefObject;
geometryRootRef: React.RefObject;
scrollHeight: number;
}
export declare const HtmlViewerHighlightLayer: ({ contentRef, geometryRootRef, scrollHeight, }: HtmlViewerHighlightLayerProps) => import("react/jsx-runtime").JSX.Element | null;
export {};