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