import * as React from "react"; declare const setRef: (ref: React.Ref, value: T) => void; export default setRef;