export default useMountTransition; declare function useMountTransition(isMounted: any, unmountDelay: any): boolean;