/// declare const Copy: ({ className, title }: { className?: string | undefined; title?: string | undefined; }) => JSX.Element; export default Copy;