export declare const usePrintProcess: () => {
    isCancel: import("vue").Ref<boolean, boolean>;
    percent: import("vue").Ref<number, number>;
    showPrintProcess: import("vue").Ref<boolean, boolean>;
    onCancel: () => void;
    onLoading: () => void;
};
