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