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