/** * Merges React Refs into a single memoized function ref so you can pass it to an element. * @example * const Component = React.forwardRef((props, ref) => { * const internalRef = React.useRef(); * return
; * }); */ declare function useForkRef(...refs: Array