import React from 'react'; import { UseFieldApiConfig } from '@data-driven-forms/react-form-renderer'; import { PasswordInputProps as MagmaPasswordInputProps } from 'react-magma-dom'; export declare type PasswordInputProps = MagmaPasswordInputProps & UseFieldApiConfig; export declare const PasswordInput: React.MemoExoticComponent<(props: PasswordInputProps) => React.JSX.Element>;