declare const copyToClipboard: (text: string) => void; export default copyToClipboard;