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