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