///
import React from 'react';
import './style/index.less';
declare class PasswordInput extends React.Component {
refs: any;
constructor(props: any);
componentDidUpdate(preProps: any): void;
componentWillReceiveProps(nextProps: any): void;
onInput(): void;
onClick(): void;
onBlur(): void;
resetPassword(): void;
render(): JSX.Element;
}
export default PasswordInput;