import * as React from 'react'; import { ScrollbarCanvasProps } from './ScrollbarCanvas'; declare type HorizontalScrollbarCanvasProps = ScrollbarCanvasProps & { horizontalGutterBounds: ClientRect; }; export declare class HorizontalScrollbarCanvas extends React.PureComponent> { private readonly canvasRef; private renderer; private renderCallback; render(): JSX.Element; componentDidMount(): void; componentWillUnmount(): void; } export {};