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