import type { InputContextValue } from "./types.js"; /** Internal React context for `InputContextProvider` / `useInputContext`. */ export declare const InputContext: import("react").Context;