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