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