import type * as React from 'react'; export declare function toCallbackRef(ref?: React.Ref): React.RefCallback | null | undefined;