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