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