import { ComponentState, PropsWithoutRef } from "react"; export declare function usePrevious(value: PropsWithoutRef | ComponentState): undefined;