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