import { InputHTMLAttributes } from "react";
export declare function getInputClassName(size: "small" | "normal", inputWidth?: `w-${number}` | "w-full"): string;
type Size = "small" | "normal";
export type StyledInputProps = Omit, "className" | "type" | "size"> & {
size?: Size;
};
export declare const StyledInput: import("react").ForwardRefExoticComponent, "size" | "type" | "className"> & {
size?: Size;
} & import("react").RefAttributes>;
export {};
//# sourceMappingURL=StyledInput.d.ts.map