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