import { RefObject } from 'react'; export declare function useCombinedRefs(...refs: any[]): RefObject;