export declare function useCopyCode(code: string): { copyCode: () => void; showTip: import("vue").Ref; };