import * as React from 'react'; export declare const PasswordInput: React.SFC<{ errors?: string[]; } & React.PropsWithoutRef>;