export declare const PriceChartType: {
  purchasePrices: number;
  sellingPrices: number;
};
