import { MutableRefObject } from 'react'; export declare function useStatefulRef(inst: T): [MutableRefObject, (inst: T) => void];