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