import { ForwardedRef } from 'react'; export declare function useForwardedRef(ref: ForwardedRef): import('react').MutableRefObject;