import { ScrollViewProps } from '@tarojs/components'; import { PropsWithChildren, ReactElement } from 'react'; import type { WaterFlowProps } from './interface'; export declare function WaterFlow({ children, ...props }: PropsWithChildren): ReactElement>;