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