import { Ref } from 'react';
export declare function useCallbackRef<T>(): readonly [T | null, Ref<T>];
