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