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