export declare const ElScrollbar: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly height: import("@element-plus-next/vue-utils").EpPropMergeType; readonly always: boolean; readonly maxHeight: import("@element-plus-next/vue-utils").EpPropMergeType; readonly wrapStyle: import("@vue/runtime-dom").StyleValue; readonly wrapClass: import("@element-plus-next/vue-utils").EpPropMergeType; readonly viewClass: import("@element-plus-next/vue-utils").EpPropMergeType; readonly viewStyle: import("@element-plus-next/vue-utils").EpPropMergeType; readonly tag: string; readonly minSize: number; readonly native: boolean; readonly noresize: boolean; }> & Omit; readonly maxHeight: import("@element-plus-next/vue-utils").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewStyle: import("@element-plus-next/vue-utils").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("@element-plus-next/vue-utils").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewStyle: import("@element-plus-next/vue-utils").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("@element-plus-next/vue-utils").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; }, { wrap$: import("@vue/reactivity").Ref; update: () => void; scrollTo: { (xCord: number, yCord?: number | undefined): void; (options: ScrollToOptions): void; }; setScrollTop: (value: number) => void; setScrollLeft: (value: number) => void; 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("@element-plus-next/vue-utils").EpPropMergeType; readonly always: boolean; readonly maxHeight: import("@element-plus-next/vue-utils").EpPropMergeType; readonly wrapStyle: import("@vue/runtime-dom").StyleValue; readonly wrapClass: import("@element-plus-next/vue-utils").EpPropMergeType; readonly viewClass: import("@element-plus-next/vue-utils").EpPropMergeType; readonly viewStyle: import("@element-plus-next/vue-utils").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 import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly maxHeight: import("@element-plus-next/vue-utils").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewStyle: import("@element-plus-next/vue-utils").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("@element-plus-next/vue-utils").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ wrap$: import("@vue/reactivity").Ref; update: () => void; scrollTo: { (xCord: number, yCord?: number | undefined): void; (options: ScrollToOptions): void; }; setScrollTop: (value: number) => void; setScrollLeft: (value: number) => void; handleScroll: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; readonly maxHeight: import("@element-plus-next/vue-utils").EpPropFinalized; readonly native: BooleanConstructor; readonly wrapStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, "", boolean>; readonly wrapClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly viewStyle: import("@element-plus-next/vue-utils").EpPropFinalized; readonly noresize: BooleanConstructor; readonly tag: import("@element-plus-next/vue-utils").EpPropFinalized; readonly always: BooleanConstructor; readonly minSize: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; }, { wrap$: import("@vue/reactivity").Ref; update: () => void; scrollTo: { (xCord: number, yCord?: number | undefined): void; (options: ScrollToOptions): void; }; setScrollTop: (value: number) => void; setScrollLeft: (value: number) => void; 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("@element-plus-next/vue-utils").EpPropMergeType; readonly always: boolean; readonly maxHeight: import("@element-plus-next/vue-utils").EpPropMergeType; readonly wrapStyle: import("@vue/runtime-dom").StyleValue; readonly wrapClass: import("@element-plus-next/vue-utils").EpPropMergeType; readonly viewClass: import("@element-plus-next/vue-utils").EpPropMergeType; readonly viewStyle: import("@element-plus-next/vue-utils").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; }; })> & Record; export default ElScrollbar; export * from './src/util'; export * from './src/scrollbar'; export * from './src/thumb';