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