/** * Remembers the specified value across renders and compares it against a stored value, which is returned. The stored value is only updated * if the specified value really changes, using `areEqual` to compare. */ export declare const useStableValue: (instableValue: T) => T; //# sourceMappingURL=use-stable-value.d.ts.map