/** * @see https://github.com/JakeGinnivan/merge-refs-hook */ import React from 'react'; export declare function useMergeRefs(forwardedRef: React.Ref, localRef: React.Ref): (instance: LocalRef | null) => void;