import { CSSProperties } from 'react'; type Props = { className?: string; style: CSSProperties; horizontal?: number; vertical?: number; }; export declare function ScrollHandle({ style, horizontal, vertical, className }: Props): JSX.Element; export {}; //# sourceMappingURL=ScrollHandle.d.ts.map