export default class Passwords { constructor(props: any); t: any; state: { typeField1: string; typeField2: string; }; onChange(e: any): false | undefined; render(): false | JSX.Element; }