export declare const mergeRefs: <T>(...refs: React.RefObject<T>[]) => (node: any) => void;
