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