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