/** * * @kind 12-State */ export declare const useUndo: (initialValue: T) => readonly [T, import("react").Dispatch>, () => void, T[]];