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