export declare const useComInstall: (localStorageInfo: any) => {
    show: import("vue").Ref<boolean, boolean>;
};
