import type { ElementAttrs, TransformReact2VueType } from '@tarojs/components/types/index.vue3'; import type { App } from 'vue'; import type { VirtualWaterfallProps } from '../'; export type VueVirtualWaterfallProps = Omit; declare global { namespace JSX { interface IntrinsicElements { 'virtual-waterfall': ElementAttrs>; } } } export declare const VirtualWaterfall: DefineComponent>; declare function install(Vue: App): void; declare const _default: { install: typeof install; }; export default _default;