import React from "react"; /** * Allows you to use the ref as well as forward it to parent component to use * @param refs The refs to forward to. Usually the forwarded ref */ export declare function useCombinedRefs(...refs: Array | React.RefObject>): React.MutableRefObject;