import React from 'react'; interface PrivateKeyProps { privateKey: string; } declare const PrivateKeyField: React.FC; export default PrivateKeyField;