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

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