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