import { FormValues, InputProps } from "./type"; export declare function Input(props: InputProps): import("react/jsx-runtime").JSX.Element;