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