import React from 'react'; import { Config } from '../../../../types/Config'; export default function Password(props: { password: Required['Password']; setValue: (path: string, value: any) => void; setValues: (value: Record) => void; }): React.JSX.Element;