import type { Components, JSX } from "../types/components"; interface CronkFunnel extends Components.CronkFunnel, HTMLElement {} export const CronkFunnel: { prototype: CronkFunnel; new (): CronkFunnel; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;