/// <reference types="react" />
export default function useCombinedRefs(...refs: any[]): import("react").MutableRefObject<undefined>;
