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