interface InputWrapperContextValue { offsetTop: boolean; offsetBottom: boolean; describedBy: string | undefined; inputId: string | undefined; labelId: string | undefined; } export declare const InputWrapperContext: import("react").Context, useInputWrapperContext: () => InputWrapperContextValue | null; export {};