import * as React from "react"; type UserRef = ((instance: T | null) => void) | React.RefObject | null | undefined; export declare const useComposedRef: (libRef: React.RefObject, userRef: UserRef) => (instance: T | null) => void; export default useComposedRef; //# sourceMappingURL=use-composed-ref.d.ts.map