import React, { ReactNode } from 'react'; export default function useOverrideRef(): [ (originNode: any) => ReactNode, React.MutableRefObject ];