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