import type { ComparePriceBySku } from '../../supplier-price-history/SupplierPriceHistoryProps'; export declare function useComparePrice(): { comparePricesToggle: import("vue").Ref; comparePriceFetching: import("vue").Ref; comparePriceBySku: import("vue").Ref; };