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