import type { CSSProperties } from 'vue'; import type { Alignment, ListConstructorProps } from '../types'; import type { VirtualizedListProps } from '../props'; declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEstimatedTotalSize, getStartIndexForOffset, getStopIndexForStartIndex, initCache, clearCache, validateProps, }: ListConstructorProps) => import("vue").DefineComponent<{ readonly className: import("element-plus/es/utils").EpPropFinalized; readonly containerElement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>; readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>; readonly direction: import("element-plus/es/utils").EpPropFinalized; readonly height: { readonly type: import("vue").PropType>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly innerElement: import("element-plus/es/utils").EpPropFinalized; readonly style: { readonly type: import("vue").PropType string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly useIsScrolling: import("element-plus/es/utils").EpPropFinalized; readonly width: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly perfMode: import("element-plus/es/utils").EpPropFinalized; readonly scrollbarAlwaysOn: import("element-plus/es/utils").EpPropFinalized; readonly cache: import("element-plus/es/utils").EpPropFinalized; readonly estimatedItemSize: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly layout: import("element-plus/es/utils").EpPropFinalized; readonly initScrollOffset: import("element-plus/es/utils").EpPropFinalized; readonly total: { readonly type: import("vue").PropType; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly itemSize: { readonly type: import("vue").PropType number | import("../types").ItemSize) | (() => number | import("../types").ItemSize) | ((new (...args: any[]) => number | import("../types").ItemSize) | (() => number | import("../types").ItemSize))[], never, never>>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, { ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; clientSize: import("vue").ComputedRef; estimatedTotalSize: import("vue").ComputedRef; windowStyle: import("vue").ComputedRef<(string | CSSProperties | import("vue").StyleValue[] | { [x: string]: string; position: string; WebkitOverflowScrolling: string; willChange: string; } | undefined)[]>; windowRef: import("vue").Ref; innerRef: import("vue").Ref; innerStyle: import("vue").ComputedRef<{ height: string; pointerEvents: string | undefined; width: string; }>; itemsToRender: import("vue").ComputedRef; scrollbarRef: import("vue").Ref; states: import("vue").Ref<{ isScrolling: boolean; scrollDir: string; scrollOffset: number; updateRequested: boolean; isScrollbarDragging: boolean; scrollbarAlwaysOn: import("element-plus/es/utils").EpPropMergeType; }>; getItemStyle: (idx: number) => CSSProperties; onScroll: (e: Event) => void; onScrollbarScroll: (distanceToGo: number, totalSteps: number) => void; onWheel: (e: WheelEvent) => void; scrollTo: (offset: number) => void; scrollToItem: (idx: number, alignment?: Alignment) => void; resetScrollTop: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly containerElement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>; readonly data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>; readonly direction: import("element-plus/es/utils").EpPropFinalized; readonly height: { readonly type: import("vue").PropType>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly innerElement: import("element-plus/es/utils").EpPropFinalized; readonly style: { readonly type: import("vue").PropType string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly useIsScrolling: import("element-plus/es/utils").EpPropFinalized; readonly width: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly perfMode: import("element-plus/es/utils").EpPropFinalized; readonly scrollbarAlwaysOn: import("element-plus/es/utils").EpPropFinalized; readonly cache: import("element-plus/es/utils").EpPropFinalized; readonly estimatedItemSize: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly layout: import("element-plus/es/utils").EpPropFinalized; readonly initScrollOffset: import("element-plus/es/utils").EpPropFinalized; readonly total: { readonly type: import("vue").PropType; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly itemSize: { readonly type: import("vue").PropType number | import("../types").ItemSize) | (() => number | import("../types").ItemSize) | ((new (...args: any[]) => number | import("../types").ItemSize) | (() => number | import("../types").ItemSize))[], never, never>>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { onScroll?: ((...args: any[]) => any) | undefined; onItemRendered?: ((...args: any[]) => any) | undefined; }, { readonly data: any[]; readonly direction: import("element-plus/es/utils").EpPropMergeType; readonly layout: import("element-plus/es/utils").EpPropMergeType; readonly className: string; readonly containerElement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown>; readonly innerElement: import("element-plus/es/utils").EpPropMergeType; readonly useIsScrolling: import("element-plus/es/utils").EpPropMergeType; readonly perfMode: import("element-plus/es/utils").EpPropMergeType; readonly scrollbarAlwaysOn: import("element-plus/es/utils").EpPropMergeType; readonly cache: number; readonly initScrollOffset: number; }>; export default createList;