import { ForwardedRef } from 'react'; export default function useForwardRef(ref: ForwardedRef): import("react").RefObject;