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