import type { PropsWithChildren } from "react"; export type InputWrapper = PropsWithChildren; export declare function InputWrapper({ children }: InputWrapper): import("react/jsx-runtime").JSX.Element;