import { ComponentState, PropsWithoutRef } from 'react'; export default function usePrevious(value: PropsWithoutRef | ComponentState): undefined; //# sourceMappingURL=use-previous.d.ts.map