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