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