import React from 'react'; export declare const useAfterInteractions: () => { interactionsComplete: boolean; opacity: import("react-native-reanimated").SharedValue; setInteractionsTimeOut: React.Dispatch; };