import type { RepresentationItem } from "../index";
declare const chart: RepresentationItem<"pareto">;
export default chart;
