import type React from 'react'; type UseMakeMutable = (referenceVar: T) => React.MutableRefObject; export declare const useMakeMutable: UseMakeMutable; export {};