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