import { MutableRefObject } from 'react'; export declare function useSyncRef(value: T): MutableRefObject;