import type { RefCallback, Ref } from 'react';
export declare const mergeRefs: <T extends HTMLElement>(...refs: Ref<T>[]) => RefCallback<T>;
