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