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