/** * @Title: 设置主题 * @Describe: 传入字符串键值对 * @Author: Wzw */ export declare const setTheme: (themes: { [key: string]: string; }) => void; /** * 复制到剪切板 * @param text */ export declare const copyToClipboard: (text: string) => Promise;