/// /** * Set the value in the ref. * * @param ref - The ref. * @param value - The value */ export declare function handleRef(ref: React.Ref, value: T | null): void;