import { Ref } from 'react';
export declare function forkRef<T>(...refs: Ref<T>[]): (node: T | null) => void;
//# sourceMappingURL=forkRef.d.ts.map