export declare const IvueScrollbar: import("../../utils/install").SFCWithInstall; scrollbar: import("vue").Ref; bar: import("vue").Ref<{ $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{ always: boolean; barHeight: string; barWidth: string; ratioX: number; ratioY: number; }> & Omit> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "always" | "barHeight" | "barWidth" | "ratioX" | "ratioY">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}>; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase>, { moveX: import("vue").Ref; moveY: import("vue").Ref; handleScroll: (wrapper: HTMLDivElement) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { always: boolean; barHeight: string; barWidth: string; ratioX: number; ratioY: number; }, {}, string> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}>, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle; } & Readonly> & import("vue").ShallowUnwrapRef<{ moveX: import("vue").Ref; moveY: import("vue").Ref; handleScroll: (wrapper: HTMLDivElement) => void; }> & {} & import("vue").ComponentCustomProperties & {}>; resize: import("vue").Ref; data: { barHeight: string; barWidth: string; ratioX: number; ratioY: number; }; wrapperClasses: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; wrapperStyles: import("vue").ComputedRef; contentClasses: import("vue").ComputedRef; handleScroll: () => void; setScrollTop: (value: number) => void; setScrollLeft: (value: number) => void; update: () => void; scrollTo: (arg1: unknown, arg2?: number) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-scroll"[], "on-scroll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onOn-scroll"?: (...args: any[]) => any; }, { height: string | number; contentClass: string; maxHeight: string | number; always: boolean; wrapperClass: string; wrapperStyle: string | Record; contentStyle: string | Record; native: boolean; tag: string; noresize: boolean; minBarSize: number; }>> & Record; export default IvueScrollbar; export * from './index.vue';