declare function __VLS_template(): { template?(_: { key: number; }): any; default?(_: { [x: string]: unknown; }): any; }; declare const __VLS_component: import("vue").DefineComponent<{ readonly animated: import("element-plus/es/utils").EpPropFinalized; readonly count: import("element-plus/es/utils").EpPropFinalized; readonly rows: import("element-plus/es/utils").EpPropFinalized; readonly loading: import("element-plus/es/utils").EpPropFinalized; readonly throttle: { readonly type: import("vue").PropType number | { leading?: number; trailing?: number; initVal?: boolean; }) | (() => import("element-plus/es/hooks").ThrottleType) | ((new (...args: any[]) => number | { leading?: number; trailing?: number; initVal?: boolean; }) | (() => import("element-plus/es/hooks").ThrottleType))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, { /** @description loading state */ uiLoading: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly count: import("element-plus/es/utils").EpPropFinalized; readonly rows: import("element-plus/es/utils").EpPropFinalized; readonly loading: import("element-plus/es/utils").EpPropFinalized; readonly throttle: { readonly type: import("vue").PropType number | { leading?: number; trailing?: number; initVal?: boolean; }) | (() => import("element-plus/es/hooks").ThrottleType) | ((new (...args: any[]) => number | { leading?: number; trailing?: number; initVal?: boolean; }) | (() => import("element-plus/es/hooks").ThrottleType))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>>, { readonly loading: import("element-plus/es/utils").EpPropMergeType; readonly rows: number; readonly count: number; readonly animated: import("element-plus/es/utils").EpPropMergeType; }>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };