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