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