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