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