import type { Ref } from 'vue'; interface StickyScrollBarProps { scrollBodyRef: Ref; onScroll: (params: { scrollLeft?: number; }) => void; offsetScroll: number; container: HTMLElement | Window; scrollBodySizeInfo: { scrollWidth: number; clientWidth: number; }; } declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;