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