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