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