import React from 'react'; interface Props { text: string; payload: string; } export declare const CopyText: React.FC; export {}; //# sourceMappingURL=copy.d.ts.map