export declare const useInputValue: (props: { value?: V; defaultValue?: V; }) => readonly [V | undefined, import("react").Dispatch>, boolean];