import type * as React from 'react'; export declare function mergeRefs(...refs: (React.Ref | undefined)[]): React.RefCallback;