/// import { InputProps } from "./input"; import { InputPasswordProps } from "./password"; declare const Input: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { Password: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; }; export { Input, InputProps, InputPasswordProps };