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