import { type InputElProps } from "../html/index.js";
export type InputProps = InputElProps;
declare const Input: import("react").ForwardRefExoticComponent & {
width?: "full" | "auto";
} & import("react").RefAttributes>;
export { Input };
export * from "./variants.js";
//# sourceMappingURL=index.d.ts.map