import type { RiveViewRef } from '@rive-app/react-native'; export declare function useRive(): { riveRef: import("react").RefObject; riveViewRef: RiveViewRef | null | undefined; setHybridRef: { f: (node: RiveViewRef | null) => void; }; }; //# sourceMappingURL=useRive.d.ts.map