import { Ref } from "react"; declare const useCombinedRefs: (...refs: Ref[]) => Ref; export default useCombinedRefs;