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