export declare const useCodeCopy: () => { copyContent: import("vue").Ref; clickCopy: (value: string) => Promise; };