/** * Extracted from https://github.com/seznam/compose-react-refs * and moved here to avoid to install an extra-dependency */ import * as React from 'react'; export declare const composeRefs: (ref1: React.Ref, ref2: ((instance: T | null) => void) | React.RefObject | null | undefined) => React.Ref;