import { ExtractPropTypes } from 'vue'; import { default as WaterFall } from './waterFall.vue'; export declare const waterFallProps: { url: import('element-plus/es/utils/index.mjs').EpPropFinalized; data: import('element-plus/es/utils/index.mjs').EpPropFinalized<{ (arrayLength: number): Record[]; (...items: Record[]): Record[]; new (arrayLength: number): Record[]; new (...items: Record[]): Record[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; }, unknown, unknown, never[], boolean>; rowKey: import('element-plus/es/utils/index.mjs').EpPropFinalized; urlField: import('element-plus/es/utils/index.mjs').EpPropFinalized; nextPageType: import('element-plus/es/utils/index.mjs').EpPropFinalized; pageSize: import('element-plus/es/utils/index.mjs').EpPropFinalized; queryData: import('element-plus/es/utils/index.mjs').EpPropFinalized; isClientPage: BooleanConstructor; afterReadData: FunctionConstructor; }; export type WaterFallProps = ExtractPropTypes; export type WaterFallInstance = InstanceType;