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