import * as React from "react";
interface IScrollProgressProps {
    backgroundColor?: string;
    barColor?: string;
    height?: string;
    target?: string;
    refTarget?: React.RefObject<HTMLElement>;
}
declare const _default: React.NamedExoticComponent<IScrollProgressProps>;
export default _default;
