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