import React from 'react'; declare const Copy: ({ item, text }: { item: any; text: any; }) => React.JSX.Element; export default Copy;