declare const copyToClipboard: (textToCopyd: string) => boolean; export default copyToClipboard;