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