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