export default copyToClipboard; /** * 说明: * **/ declare function copyToClipboard(text: any, message?: string): void;