import React from 'react'; const Copy = ({ className, title }: { className?: string; title?: string }) => ( ); export default Copy;