export declare function usePreviousDistinct<T>(value: T, compare?: (a: T, b: T) => boolean): T | undefined;
