import type { Ref, RefCallback } from 'react'; /** * @param refs the refs to update * @returns a function which propagates the value to all passed refs */ export declare function forkRefCallback(...refs: Array | null | undefined>): RefCallback;