import type { ScrollbarDirection } from 'element-plus'; import type { CSSProperties, StyleValue } from 'vue'; declare function handleScroll(): void; declare function scrollTo(arg1: any, arg2?: number): void; declare function setScrollTop(value: number): void; declare function setScrollLeft(value: number): void; declare function update(): void; declare function scrollToBottom(options?: ScrollToOptions): void; declare function scrollToTop(options?: ScrollToOptions): void; declare var __VLS_9: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_9) => any; }; declare const __VLS_base: import("vue").DefineComponent; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; distance: import("element-plus/es/utils/index.mjs").EpPropFinalized; height: import("element-plus/es/utils/index.mjs").EpPropFinalized; maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized; native: BooleanConstructor; wrapStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, "", boolean>; wrapClass: import("element-plus/es/utils/index.mjs").EpPropFinalized; viewClass: import("element-plus/es/utils/index.mjs").EpPropFinalized; viewStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized; noresize: BooleanConstructor; tag: import("element-plus/es/utils/index.mjs").EpPropFinalized; always: BooleanConstructor; minSize: import("element-plus/es/utils/index.mjs").EpPropFinalized; tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized; id: StringConstructor; role: StringConstructor; }>, { /** @description scrollToTop method */ scrollToTop: typeof scrollToTop; /** @description scrollToBottom method */ scrollToBottom: typeof scrollToBottom; /** @description scrollbar wrap ref */ wrapRef: import("vue").Ref; /** @description update scrollbar state manually */ update: typeof update; /** @description scrolls to a particular set of coordinates */ scrollTo: typeof scrollTo; /** @description set distance to scroll top */ setScrollTop: typeof setScrollTop; /** @description set distance to scroll left */ setScrollLeft: typeof setScrollLeft; /** @description handle scroll event */ handleScroll: typeof handleScroll; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { scroll: (args_0: { scrollTop: number; scrollLeft: number; }) => void; contentInsufficient: (_: { vertical: boolean; horizontal: boolean; }) => void; "end-reached": (direction: ScrollbarDirection) => void; }, string, import("vue").PublicProps, Readonly; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; distance: import("element-plus/es/utils/index.mjs").EpPropFinalized; height: import("element-plus/es/utils/index.mjs").EpPropFinalized; maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized; native: BooleanConstructor; wrapStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, "", boolean>; wrapClass: import("element-plus/es/utils/index.mjs").EpPropFinalized; viewClass: import("element-plus/es/utils/index.mjs").EpPropFinalized; viewStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized; noresize: BooleanConstructor; tag: import("element-plus/es/utils/index.mjs").EpPropFinalized; always: BooleanConstructor; minSize: import("element-plus/es/utils/index.mjs").EpPropFinalized; tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized; id: StringConstructor; role: StringConstructor; }>> & Readonly<{ onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; onContentInsufficient?: ((_: { vertical: boolean; horizontal: boolean; }) => any) | undefined; "onEnd-reached"?: ((direction: ScrollbarDirection) => any) | undefined; }>, { always: boolean; hideAfter: number; minSize: number; distance: number; height: import("element-plus/es/utils/index.mjs").EpPropMergeType; maxHeight: import("element-plus/es/utils/index.mjs").EpPropMergeType; native: boolean; wrapStyle: StyleValue; wrapClass: import("element-plus/es/utils/index.mjs").EpPropMergeType; viewClass: import("element-plus/es/utils/index.mjs").EpPropMergeType; viewStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType; noresize: boolean; tag: string; tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };