import type { InputHTMLAttributes } from "react";
import type { InputGroupProps } from "../input-group";
export type InputProps = Omit<InputGroupProps & InputHTMLAttributes<HTMLInputElement>, "children">;
export declare const Input: import("react").ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;
//# sourceMappingURL=input.d.ts.map