import { nextTick } from 'vue'; import type { StyleValue } from 'vue'; declare const _default: { new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly height: import("packages/web/vue-utils/dist").EpPropMergeType; readonly always: boolean; readonly maxHeight: import("packages/web/vue-utils/dist").EpPropMergeType; readonly wrapStyle: StyleValue; readonly wrapClass: import("packages/web/vue-utils/dist").EpPropMergeType; readonly viewClass: import("packages/web/vue-utils/dist").EpPropMergeType; readonly viewStyle: import("packages/web/vue-utils/dist").EpPropMergeType; readonly tag: string; readonly minSize: number; readonly native: boolean; readonly noresize: boolean; }> & Omit; readonly maxHeight: import("packages/web/vue-utils/dist").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewStyle: import("packages/web/vue-utils/dist").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("packages/web/vue-utils/dist").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "height" | "always" | "maxHeight" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "tag" | "minSize" | "native" | "noresize">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: (event: "scroll", args_0: { scrollTop: number; scrollLeft: number; }) => void; $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; readonly maxHeight: import("packages/web/vue-utils/dist").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewStyle: import("packages/web/vue-utils/dist").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("packages/web/vue-utils/dist").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; }, { /** @description scrollbar wrap ref */ wrap$: import("@vue/reactivity").Ref; /** @description update scrollbar state manually */ update: () => void; /** @description scrolls to a particular set of coordinates */ scrollTo: { (xCord: number, yCord?: number): void; (options: ScrollToOptions): void; }; /** @description set distance to scroll top */ setScrollTop: (value: number) => void; /** @description set distance to scroll left */ setScrollLeft: (value: number) => void; /** @description handle scroll event */ handleScroll: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { scroll: ({ scrollTop, scrollLeft, }: { scrollTop: number; scrollLeft: number; }) => boolean; }, string, { readonly height: import("packages/web/vue-utils/dist").EpPropMergeType; readonly always: boolean; readonly maxHeight: import("packages/web/vue-utils/dist").EpPropMergeType; readonly wrapStyle: StyleValue; readonly wrapClass: import("packages/web/vue-utils/dist").EpPropMergeType; readonly viewClass: import("packages/web/vue-utils/dist").EpPropMergeType; readonly viewStyle: import("packages/web/vue-utils/dist").EpPropMergeType; readonly tag: string; readonly minSize: number; readonly native: boolean; readonly noresize: boolean; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly maxHeight: import("packages/web/vue-utils/dist").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewStyle: import("packages/web/vue-utils/dist").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("packages/web/vue-utils/dist").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ /** @description scrollbar wrap ref */ wrap$: import("@vue/reactivity").Ref; /** @description update scrollbar state manually */ update: () => void; /** @description scrolls to a particular set of coordinates */ scrollTo: { (xCord: number, yCord?: number): void; (options: ScrollToOptions): void; }; /** @description set distance to scroll top */ setScrollTop: (value: number) => void; /** @description set distance to scroll left */ setScrollLeft: (value: number) => void; /** @description handle scroll event */ handleScroll: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; readonly maxHeight: import("packages/web/vue-utils/dist").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly viewStyle: import("packages/web/vue-utils/dist").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("packages/web/vue-utils/dist").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; }, { /** @description scrollbar wrap ref */ wrap$: import("@vue/reactivity").Ref; /** @description update scrollbar state manually */ update: () => void; /** @description scrolls to a particular set of coordinates */ scrollTo: { (xCord: number, yCord?: number): void; (options: ScrollToOptions): void; }; /** @description set distance to scroll top */ setScrollTop: (value: number) => void; /** @description set distance to scroll left */ setScrollLeft: (value: number) => void; /** @description handle scroll event */ handleScroll: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { scroll: ({ scrollTop, scrollLeft, }: { scrollTop: number; scrollLeft: number; }) => boolean; }, string, { readonly height: import("packages/web/vue-utils/dist").EpPropMergeType; readonly always: boolean; readonly maxHeight: import("packages/web/vue-utils/dist").EpPropMergeType; readonly wrapStyle: StyleValue; readonly wrapClass: import("packages/web/vue-utils/dist").EpPropMergeType; readonly viewClass: import("packages/web/vue-utils/dist").EpPropMergeType; readonly viewStyle: import("packages/web/vue-utils/dist").EpPropMergeType; readonly tag: string; readonly minSize: number; readonly native: boolean; readonly noresize: boolean; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { default: (_: {}) => any; }; }); export default _default;