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