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