export default function usePrevious(value: any): T | undefined;