import { MutableRefObject, RefCallback } from 'react'; /** * Aggregates multiple `ref`s into a single one, so that multiple `ref`s can be attached to a single element. * * @typeParam T type of the value kept in the ref * @category Hook */ export declare function useCombinedRef(...refs: Array | MutableRefObject | null | undefined>): RefCallback; //# sourceMappingURL=use-combined-ref.d.ts.map