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

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