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