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