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