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