import React from 'react'; declare const TextCopyField: React.FC<{ value: string; placeholder: string; }>; export default TextCopyField;