import { type InputBoxProps } from '../InputBox'; export type PasswordInputProps = Omit; declare const PasswordInput: import("react").ForwardRefExoticComponent>; export default PasswordInput; //# sourceMappingURL=PasswordInput.d.ts.map