import type { NodesRef } from '@lynx-js/types'; import type { ScrollViewProps as TaroScrollViewProps } from '@tarojs/components'; import { type ScrollViewEvent } from './map.js'; type NativeScrollViewEventProps = { onContentSizeChanged?: (event: ScrollViewEvent) => void; }; export declare const ScrollView: (props: TaroScrollViewProps & NativeScrollViewEventProps & import("react").RefAttributes) => React.ReactElement | null; export {}; //# sourceMappingURL=index.d.ts.map