import { type MutableRefObject } from 'react';
export declare const useTrackedRef: <T>(value: T) => MutableRefObject<T>;
