export default class Password { constructor(props: any); state: { type: string; }; props: any; renderShowPasswordButton: () => JSX.Element; render(): JSX.Element; }