import { ComponentState, PropsWithoutRef } from 'react';
export default function usePrevious<T>(value: PropsWithoutRef<T> | ComponentState): undefined;
