declare const copyText: (text: string) => Promise; declare const copyWrapText: (text: string) => Promise; declare const onCopy: (text: any, successCallback?: () => void) => void; export default copyText; export { copyText, copyWrapText, onCopy };