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