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