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