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