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