import type * as React from 'react'; export declare function setRef(ref: React.Ref | undefined, value: T | null): void;