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