/** @packageDocumentation * @module Utilities */ import * as React from "react"; /** Stores current ref value in a state. * @internal */ export declare function useRefState(): [React.Ref, T | undefined]; //# sourceMappingURL=useRefState.d.ts.map