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