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