import { MutableRefObject } from 'react';
export declare const usePrevious: (value: any) => MutableRefObject<undefined>['current'];
