/** src: https://www.benmvp.com/blog/8-helpful-custom-react-hooks/
 * know the PREVIOUS + DIFFERENT value of props or state. */
export declare const usePrevious: <T>(value: T) => T;
