import React from 'react'; export interface MyPasswordProps { fieldName?: any; selfSpan?: number; labelCol?: number; wrapperCol?: number; _component: any; } declare const Password: React.FC; export default Password;