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