import type { ForwardedRef } from 'react'; /** * Syncs a forwarded ref with an internal ref so both point at the same DOM node. * @param forwardedRef - The ref forwarded from a parent component. * @param refresh - Dependency used to re-sync the refs when it changes. * @returns An internal ref to attach to the underlying element. * @deprecated */ export declare const useShareForwardedRef: (forwardedRef: ForwardedRef | null | undefined, refresh?: number) => import("react").RefObject; //# sourceMappingURL=useShareForwardRef.d.ts.map