/** * This is to handle external changes to the value, e.g. via undo */ export declare const useTempValue: (initialValue: number) => [number, React.Dispatch>];