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