import React from "react";
export declare function useStatefulRef<T>(initialVal?: T): React.MutableRefObject<T>;
