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