import type * as React from 'react';
export declare function mergeRefs<T>(...refs: React.ForwardedRef<T>[]): (value: T) => void;
//# sourceMappingURL=mergeRefs.d.ts.map