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