import { ForwardedRef } from 'react'; export declare const useForwardedRef: (ref: ForwardedRef) => import("react").RefObject;