export interface PasswordInputProps { maxlength?: string | number; placeholder?: string; disabled?: boolean; }