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