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