import React from 'react';
interface StickyScrollbarProps {
    wrapperRef: React.RefObject<HTMLDivElement>;
    tableRef: React.RefObject<HTMLTableElement>;
    onScroll?: React.UIEventHandler<HTMLDivElement>;
    hasStickyColumns?: boolean;
}
declare const _default: React.ForwardRefExoticComponent<StickyScrollbarProps & React.RefAttributes<HTMLDivElement>>;
export default _default;
//# sourceMappingURL=sticky-scrollbar.d.ts.map