import type { CSSProperties, PropType } from 'vue'; import type { VirtualListInst, VirtualListItemData, VirtualListScrollToOptions } from 'vueuc'; import type { ScrollbarInst } from '../../_internal'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { ScrollbarProps } from '../../scrollbar/src/Scrollbar'; export { type VirtualListInst } from 'vueuc'; export declare const virtualListProps: { readonly scrollbarProps: PropType; readonly items: { readonly type: PropType; readonly default: () => never[]; }; readonly itemSize: { readonly type: NumberConstructor; readonly required: true; }; readonly itemResizable: BooleanConstructor; readonly itemsStyle: PropType; readonly visibleItemsTag: { readonly type: PropType; readonly default: "div"; }; readonly visibleItemsProps: ObjectConstructor; readonly ignoreItemResize: BooleanConstructor; readonly onScroll: PropType<(event: Event) => void>; readonly onWheel: PropType<(event: WheelEvent) => void>; readonly onResize: PropType<(entry: ResizeObserverEntry) => void>; readonly defaultScrollKey: PropType; readonly defaultScrollIndex: NumberConstructor; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly paddingTop: { readonly type: PropType; readonly default: 0; }; readonly paddingBottom: { readonly type: PropType; readonly default: 0; }; }; export type VirtualListProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly items: { readonly type: PropType; readonly default: () => never[]; }; readonly itemSize: { readonly type: NumberConstructor; readonly required: true; }; readonly itemResizable: BooleanConstructor; readonly itemsStyle: PropType; readonly visibleItemsTag: { readonly type: PropType; readonly default: "div"; }; readonly visibleItemsProps: ObjectConstructor; readonly ignoreItemResize: BooleanConstructor; readonly onScroll: PropType<(event: Event) => void>; readonly onWheel: PropType<(event: WheelEvent) => void>; readonly onResize: PropType<(entry: ResizeObserverEntry) => void>; readonly defaultScrollKey: PropType; readonly defaultScrollIndex: NumberConstructor; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly paddingTop: { readonly type: PropType; readonly default: 0; }; readonly paddingBottom: { readonly type: PropType; readonly default: 0; }; }>, { scrollTo: (options: VirtualListScrollToOptions | number, y?: number) => void; scrollbarInstRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("../../_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("../../_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("../../_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("../../_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; virtualListInstRef: import("vue").Ref<{ listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null, VirtualListInst | { listElRef: HTMLElement; itemsElRef: HTMLElement | null; scrollTo: import("vueuc").VVirtualListScrollTo; } | null>; getScrollContainer: () => HTMLElement | null | undefined; getScrollContent: () => HTMLElement | null | undefined; handleScroll: (e: Event) => void; handleResize: (e: ResizeObserverEntry) => void; handleWheel: (e: WheelEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly items: { readonly type: PropType; readonly default: () => never[]; }; readonly itemSize: { readonly type: NumberConstructor; readonly required: true; }; readonly itemResizable: BooleanConstructor; readonly itemsStyle: PropType; readonly visibleItemsTag: { readonly type: PropType; readonly default: "div"; }; readonly visibleItemsProps: ObjectConstructor; readonly ignoreItemResize: BooleanConstructor; readonly onScroll: PropType<(event: Event) => void>; readonly onWheel: PropType<(event: WheelEvent) => void>; readonly onResize: PropType<(entry: ResizeObserverEntry) => void>; readonly defaultScrollKey: PropType; readonly defaultScrollIndex: NumberConstructor; readonly keyField: { readonly type: StringConstructor; readonly default: "key"; }; readonly paddingTop: { readonly type: PropType; readonly default: 0; }; readonly paddingBottom: { readonly type: PropType; readonly default: 0; }; }>> & Readonly<{}>, { readonly items: VirtualListItemData[]; readonly paddingBottom: string | number; readonly paddingTop: string | number; readonly keyField: string; readonly itemResizable: boolean; readonly visibleItemsTag: string | object; readonly ignoreItemResize: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;