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