import type { SharedValue } from 'react-native-reanimated'; declare const HoveredContext: import("react").Context>; declare const useIsHovered: () => SharedValue; export { HoveredContext, useIsHovered }; //# sourceMappingURL=hoverable-context.d.ts.map