import { type HTMLAttributes, type RefObject } from 'react';
export type TOCThumb = [top: number, height: number];
export declare function TocThumb({ containerRef, ...props }: HTMLAttributes<HTMLDivElement> & {
    containerRef: RefObject<HTMLElement | null>;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=toc-thumb.d.ts.map