import { Ref } from "react"; export declare function mergeRefs(...refs: Ref[]): (instance: T) => void;