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