import type { DiffFile } from 'diff2html/lib/types';
export declare function useCodeReviewCopy(diffInfo: DiffFile): {
    copyTipsText: import("vue").Ref<string, string>;
    tipsPopType: import("vue").Ref<string, string>;
    onCopy: () => void;
};
