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