import * as React from 'react'; declare const copyToClipboard: () => (React.MutableRefObject | (() => boolean))[]; export default copyToClipboard;