export declare const usePrevious: <T>(value: T) => T | undefined;
