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