import type { ExtractPropTypes } from 'vue'; export declare const virtualListProps: { list: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => 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; }; export type VirtualListProps = ExtractPropTypes;