/// <reference types="react" />
import type { InputPasswordProps } from './type';
declare const InputPassword: import("react").NamedExoticComponent<InputPasswordProps>;
export default InputPassword;
