import { Ref, RefCallback } from "react";
export declare const combineRefs: <T>(...refs: Ref<T>[]) => (instance: T | null) => void;
