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