import { Ref } from 'react'; export declare const mergeRefs: (node: T, ...refs: (Ref | undefined)[]) => void;