import { ForwardedRef } from 'react'; export declare const useForwardRef: (ref: ForwardedRef, initialValue?: any) => import("react").MutableRefObject;