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