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