import { SharedValue } from "react-native-reanimated"; import type { UpdateSceneInfoParams } from "../types"; export declare const useSceneInfo: (curIndexValue: SharedValue) => { childScrollRef: { [index: number]: any; }; childScrollYTrans: { [index: number]: SharedValue; }; sceneIsReady: SharedValue<{ [index: number]: boolean; }>; updateSceneInfo: ({ index, scrollRef, scrollY }: UpdateSceneInfoParams) => void; }; //# sourceMappingURL=use-scene-info.d.ts.map