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