declare const VirtualList: import("../utils/index").WithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins any[]) | (() => any[]) | (((new (...args: any[]) => any[]) | (() => any[])) | null)[], unknown, unknown, () => never[], boolean>; listRowHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized; excessRows: import("element-plus/es/utils/index.mjs").EpPropFinalized; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { list: any[]; listRowHeight: number; excessRows: number; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly any[]) | (() => any[]) | (((new (...args: any[]) => any[]) | (() => any[])) | null)[], unknown, unknown, () => never[], boolean>; listRowHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized; excessRows: import("element-plus/es/utils/index.mjs").EpPropFinalized; }>> & Readonly<{}>, {}, {}, {}, {}, { list: any[]; listRowHeight: number; excessRows: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase any[]) | (() => any[]) | (((new (...args: any[]) => any[]) | (() => any[])) | null)[], unknown, unknown, () => never[], boolean>; listRowHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized; excessRows: import("element-plus/es/utils/index.mjs").EpPropFinalized; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { list: any[]; listRowHeight: number; excessRows: number; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { 'virtual-list'?: (props: { virtualList: any[]; getIndex: (index: number) => number; }) => any; }; })>; export * from './src/virtualList'; export default VirtualList; export { VirtualList }; declare module 'vue' { interface GlobalComponents { PagodaVirtualList: typeof VirtualList; } }