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