import { useObjectRef } from "@react-aria/utils"; /** Forawrds an inner ref object to an external ref */ export declare const useForwardedRef: typeof useObjectRef; export default useForwardedRef;