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