import type { Components, JSX } from "../types/components";

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