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