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