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