import * as React from 'react'; interface InputPasswordProps extends React.InputHTMLAttributes { } declare const InputPassword: React.ForwardRefExoticComponent>; export { InputPassword, type InputPasswordProps };