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