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