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