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