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