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